Known issue with VS2005?

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi guys

I have a project that sometimes, when i run it, it just hangs as if it is
about to run but stays hanging. Obviously i assume it's my code, however,
restart my computer run the same code and it runs fine over and over and
over and then seemingly randomly hangs when trying to run.

I get the message a process is running, continue waiting, i say yes and it
goes on forver, but if i go to ask manager, and stop the process for cisual
stido that was running it, the vshost, then vshost stops, reloads, i have to
stop it once more or it will always hang. And then it reloads, i go to vis
studio, process ends as intended (vs never closes) and then i click the play
again and it load sno problem. May now be fine for hours before this issue
re-occurs.

Its annoying but i can get over it. my concern is, is this a VS thing? Or is
it my code? If so what could caue this kind of behaviour? I obviously don't
want my clients having a random hang issue (so far i have never seen this
occur in a deployed version).

Thanks
 
You can try to go to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files and delete the project which will rebuild itself next time you
run the project. That may resolve the problem.

Secondly, did you ever have any instance of the Visual Studio 2005 betas
installed on the machine?
I know a new install to a new disk solved my problems which were similar to
yours noting that would be if and only if you have previous instances of the
beta bits installed.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-88043838&z=17&l=0&m=h
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top