Link to home
Start Free TrialLog in
Avatar of appsysdco
appsysdco

asked on

MSBUILD ERROR - unknown exception (.NET 3.5)

The error we get is this...
msbuild.exe - Application Error : The exception unknown software exception (0xc0000409) occurred in the application at location 0x5cb79b4e.

Pretty generic error message and there is nothing in any of the event logs to help either. We have the MSBUILD calls in a loop for about 3000 projects. It bombs sporadically and for no known reason. Our build runs every day, and this error happens about 3 times a week.

This is an example call to MSBUILD...
 
C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild.exe c:\source\sample.vbproj /t:rebuild /p:Configuration=Debug /p:Platform=AnyCPU

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of crystal_tower
crystal_tower

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial