Segnosaur
Penultimate Amazing
Anybody else using VB.Net to develop applications?
I'm working for a company using Visual Studio 2003 to create web applications. The application is composed of multiple projects/DLLs, with one exceptionally large project (the main web DLL, resulting in a DLL that's over 12 meg in size). The problem is, when visual studio tries compiling the application, the compiler crashes. No warning, no messages. It just shuts down. In fact, I can re-open visual studio and try recompiling, and it will continually shut down/crash, until one time by chance it actually works. After that, I can compile repeatedly with no problems. And I'm not the only one that has this problem here. (Its not unheard of to recompile the program over a dozen times before it finally works.)
Does anyone know what the cause of the problem might be, or if there's some way to isolate what's causing the glitch? I'd also heard that there was a patch for Visual Studio 2003, but Microsoft wasn't distributing it widely; might this solve the problem? (There was around here that maybe the problem was a lack of computer memory, but the machines have 2 gig, and when I watch the available physical memory during compilation it never approaches this amount.) There also seems to be no corelation between rebooting and success in compiling.
And as a side note, its rather interesting what people have tried here in order to 'solve' the problem:
- Some think that it helps to download a new version of the code from Source Safe before compiling
- Some try to compile each project separately before compiling the 'main' project
- One person is even convinced that if they run something like WinAmp it will help
I'm working for a company using Visual Studio 2003 to create web applications. The application is composed of multiple projects/DLLs, with one exceptionally large project (the main web DLL, resulting in a DLL that's over 12 meg in size). The problem is, when visual studio tries compiling the application, the compiler crashes. No warning, no messages. It just shuts down. In fact, I can re-open visual studio and try recompiling, and it will continually shut down/crash, until one time by chance it actually works. After that, I can compile repeatedly with no problems. And I'm not the only one that has this problem here. (Its not unheard of to recompile the program over a dozen times before it finally works.)
Does anyone know what the cause of the problem might be, or if there's some way to isolate what's causing the glitch? I'd also heard that there was a patch for Visual Studio 2003, but Microsoft wasn't distributing it widely; might this solve the problem? (There was around here that maybe the problem was a lack of computer memory, but the machines have 2 gig, and when I watch the available physical memory during compilation it never approaches this amount.) There also seems to be no corelation between rebooting and success in compiling.
And as a side note, its rather interesting what people have tried here in order to 'solve' the problem:
- Some think that it helps to download a new version of the code from Source Safe before compiling
- Some try to compile each project separately before compiling the 'main' project
- One person is even convinced that if they run something like WinAmp it will help