Re: .net IDE Shuts Down during a build
- From: "Abhi" <agargye@xxxxxxxxxxx>
- Date: Tue, 2 Aug 2005 08:26:53 -0500
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
"Robin Ramsey" <Robin[DOT]Ramsey[AT]Concerogroup[DOT]com> wrote in message
news:%23BEGG1ulFHA.3780@xxxxxxxxxxxxxxxxxxxxxxx
> 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
>
> "Abhi" <agargye@xxxxxxxxxxx> wrote in message
> news:uCxsLrplFHA.2080@xxxxxxxxxxxxxxxxxxxxxxx
>> 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 version from source safe.
>>
>> I have deleted the cached file directories but still get this problem
>> multiple times every morning.
>>
>> This happens to other users within our dev team as well.
>>
>> I am using ...
>> VS.net 2003 Enterprise Ver. 7.1.3088
>> .net Framework 1.1 Ver. 1.1.4322 SP1
>>
>
>
.
- References:
- .net IDE Shuts Down during a build
- From: Abhi
- Re: .net IDE Shuts Down during a build
- From: Robin Ramsey
- .net IDE Shuts Down during a build
- Prev by Date: Re: Visual Studio 2003 shortcut keys
- Next by Date: solution explorer
- Previous by thread: Re: .net IDE Shuts Down during a build
- Next by thread: Re: C++ Call and Callers Graph in vs.net 2003?
- Index(es):
Relevant Pages
|