RE: VS 2003 Solution Hangs from Start (F5)



Hi Amanzidan,

>I've been using VS 2003 for about a month now without problems.
>Starting two days ago however, I can Build or Rebuild a simple
>Win Forms solution (Config = Debug), and it'll run fine if I use Start
>Without Debugging (Ctrl+F5). If I try to use just Start (F5), I'll get a
>±5 second hour-glass, and then the application just hangs.
>I have to Task Manager kill VS 2003 to get it working again.
>This also happens if I use Config = Release.

Before we proceed, would you please tell us does this problem only happen
to that simple WinForm project or some other projects?

If only the WinForm project you mentioned has this problem, it may be
caused by some of its solution file corruptted, I suggest you delete its
suo file and .pdb(which in its bin\debug\ directory) first, then open the
solution in the VS2003 IDE, those files will be regenerated...


Hope this helps!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: VS 2003 Solution Hangs from Start (F5)
    ... >>Win Forms solution (Config = Debug), and it'll run fine if I use Start ... >>I have to Task Manager kill VS 2003 to get it working again. ... > to that simple WinForm project or some other projects? ... > Best regards, ...
    (microsoft.public.vsnet.debugging)
  • Re: jitDebugging
    ... This also looks like a strange error for me, since I copied the config ... snippet you provided and pasted it into my machine.config file. ... I created a new simple Winform Project and it built and ran fine with the jitDebugging string in the machine.config file. ...
    (microsoft.public.dotnet.general)
  • Re: jitDebugging
    ... This also looks like a strange error for me, since I copied the config ... Do you get this error if you create an empty new Winform project? ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.general)

Loading