PDA

View Full Version : Internal Server Error when building .Net solution


automatic
04-24-2003, 09:47 AM
Hi,

In visul build pro,I use a step to build a VS.Net solution(.sln file). The solution consisits of 8 vb projects.
The step fails with an internal server 500 error.
But when i go to the VS.NET IDE and build the solution, it's just fine.
What could be the problem?

Thanks

pjaquiery
04-27-2003, 04:10 PM
Is the error occasional or every time? We somtimes get a link failure due to and internal error that was causing us a bit of grief. I then wrote a little JScript to parse the compiler log and get VBP to retry the compile if it failed due to the link problem.

The parsing code is in the thread "Third Party Tools > MSDEV and Total number of Build Errors".

If the problem is something else, please copy an example of the error message to here.

Peter