We have encountered the same problem using VS2003 and SourceSafe [Same
product versions]. You go to build, and *POOF* the IDE is gone. Fixing this
issue is sketchy at best. It seems to just clear up after a while. But the
first thing we do always is disable the network connections and reboot. Then
envoke the web app from the browser, then open the IDE, then build the app,
then run. About 70% of the time this sequence works. After which you can
re-enable the network connections and the IDE seems to be OK for a while.
For the other 30% we just try other things like changing the sequence or
resetting IIS...
If you have any other suggestions please let me know.
Robin
> Is there any reason why the VS IDE shuts down when doing a build? This
> happens primarily every morning (but not the rule) after we get the latest
[quoted text clipped - 8 lines]
> VS.net 2003 Enterprise Ver. 7.1.3088
> .net Framework 1.1 Ver. 1.1.4322 SP1
Abhi - 02 Aug 2005 14:26 GMT
Robin,
I did not get to try your solution coz .. the first thing our app does is
make a connection to the db so its going to break right there once I disable
the network.
Strangely I didnt face this problem today .. so I'm guessing its something
to do with changes others may have made to the project and the sequence of
the compile.
After I posted this messge y'day I found a solution which worked (atleast
y'day!) which incidently I was executing previously w/o executing step 1 for
a run time error we seem to face on occassion after a successful compile.
1. Shut down the IDE
2. Restart IIS
3. delete the VSWeb Cache directory
I now run a batch file (saved to my desktop and therefore the approp
commands) with the following.
iisreset
cd ..
cd VSWebCache\YOUR-MACHINE-NAME
del /Q /F /S *.*
PS: Name the batch file anything but iisreset!!!
I'll keep this posting updated if I find anything else.
Thanks for your response.
Abhinav
> We have encountered the same problem using VS2003 and SourceSafe [Same
> product versions]. You go to build, and *POOF* the IDE is gone. Fixing
[quoted text clipped - 21 lines]
>> VS.net 2003 Enterprise Ver. 7.1.3088
>> .net Framework 1.1 Ver. 1.1.4322 SP1