niv Posted June 17, 2003 Posted June 17, 2003 Something strange is happening and I need some clarification. When I click on the Start button <F5>, the IDE just hangs. Im not sure why it does this. I am able to run the application using Start without Debugging just fine <CTRL>+<F5>. By the way, Im running the latest release of VS. VS 2003, Windows 2K Advanced Server SP3. Please help. Thanks, niv Quote
AndreRyan Posted June 18, 2003 Posted June 18, 2003 I get this sometimes in VS 2002, just reboot and it should be fine Quote .Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
hog Posted June 18, 2003 Posted June 18, 2003 I'm using VS2003 on W2K Pro SP3 and have'nt experienced this? Quote My website
Phate Posted July 15, 2003 Posted July 15, 2003 That's happened to me before to. Try doing a build <ctrl-shift-b> and then running it normally Quote
*Experts* Nerseus Posted July 15, 2003 *Experts* Posted July 15, 2003 I've never had it completely hang (I've never seen *anything* completely hang my WinXP, Win2000 or Win2003 builds except the very rare graphical blue screen when a new video driver is installed). I have seen the app start up (when I press F5) but "hang" while loading some DLLs. It happens every 20 or 30 runs, but not predictable at all. I simply stop execution and start again and it goes through. It's annoying, but I can live with it. -Ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
PhilBayley Posted July 21, 2003 Posted July 21, 2003 Niv, I get this quite a lot. Normally deleting my Debug or release directory cures it as it has to do a full rebuild of everything. Hope this helps Phil Quote
*Experts* Volte Posted July 21, 2003 *Experts* Posted July 21, 2003 Many times when I'm developing, I run the program and the IDE acts as though it's in debug mode (the toolbox and all that goes away, and I can't edit the code), but no program appears. All it takes is a click on the "Stop" button and then start it again and it fixes itself. Maybe you should search MS Knowledge Base? Quote
jorge Posted July 23, 2003 Posted July 23, 2003 also happens in vs2002 :/ I have one programm that had it befor a format, now it runs fine, but you can view the aplicationv via alt+crtl+del and then dubleclick on it works here atleast Quote Jorge - http://www.blackdot.be/?page=apache.htm
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.