Strangeness with the running in the IDE

  • Thread starter Thread starter Andrew Cooper
  • Start date Start date
A

Andrew Cooper

Greetings,

I'm working on a VB.NET application. Yesterday I was coding and testing it
out in the IDE just fine. Today, I coded a little bit more and tried to run
it in the IDE and the IDE locks completely up. This confused me a bit as
there are no loops that could go infinite on me and I got no build errors.
I put a break point at the very beginning of the program to try to step
through it to see where the problem was but it never even gets to the first
line of code. Here's what happens exactly...

I hit the Run button on the toolbar.
The Output tells me that the application was built with no errors.
Then nothing happens and the IDE locks up.

Interestingly enough, if I open the Task Manager, my test program is running
under the Processes tab and I have to go kill that process before I can try
running it in the IDE again or I get errors stating that program is already
running.

Anyone have any ideas?

Andrew
 
Well, I shut all my programs down and restarted the computer and it started
working again. Sure wish I knew what the proble was originally.

Andrew
 
Back
Top