Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted
I get this sometimes in VS 2002, just reboot and it should be fine
.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?
  • 4 weeks later...
  • *Experts*
Posted

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

"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
  • *Experts*
Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...