I have a scheduled task to run my FinalBuilder project using the command line interface. Each time it runs, it hangs while trying to compile a lot of VS 2005 .NET solutions. A VS error window pops up even though there are no errors in the VS build log. And I get the following error msg logged to the FinalBuilder log file:
C:\Tools\MSVS8\Common7\IDE\devenv.com returned Error code : 1
The entire process hangs until I do one of the following:
-Click Debug
-Click Don’t Send Error Report
-Click Report Error
-Kill devenv
At that point, my FinalBuilder script fails. The solution file(s) failing in FinalBuilder compile w/o problems in VS. They also compile w/o problems if I rerun the FinalBuilder script and disable the previous compile actions.
I don’t get a bug report.
I don’t use any custom scripting…only the pre-built actions.
I am running the latest production copy of FinalBuilder: Version 5.0.0.130.
What is causing this problem?
Thanks,
Tracey
Hi Tracey
Can you try building the solution from the command prompt (just type devenv.com /? to get the command line options)? Does the error occur when you do that? Another option you can try is to tell the action to use MSBuild rather than devenv. Also, if you have any other devenv plugins or pre/post build events try disabling them.
HTH