#1
|
|||
|
|||
Vs.NET/2005 error when building solution file
I'm getting MS error when building my solution. It does not occur in the same spot.
If I build the sln file a second time it sometimes finishes the build successfully. If not, it gives me the same type of error message. If I keep running the step it eventually completes successfully. I'm suspecting that it's a memory issue but then again I'm not an expert. I've included the error window, the solution file and the build step info if that will help solve my problem. My build machine has 512 MB memory and a 2.8 GHz CPU. |
#2
|
|||
|
|||
Here's the build step
|
#3
|
|||
|
|||
I guess there's no need for the solution file becasue you wouldn't be able to open it.
Last edited by warrenc; 07-30-2007 at 09:51 AM. |
#4
|
|||
|
|||
It's VS (devenv) that's failing, not VBP, so you would need to contact MS support regarding the issue. You can check the 'Display compiler command-line' checkbox on the Options tab, rebuild, to reproduce outside VBP and provide with your support material.
|
#5
|
|||
|
|||
When I build the solution using the MS .net IDE it builds without any problems.
|
#6
|
|||
|
|||
Building from the IDE is not equivalent to building from the command-line.
|
|
|