Main Page | Report this Page
.NET DotNet Forum Index  »  Visual C# Forum  »  Visual Studio is Busy...
Page 1 of 1    

Visual Studio is Busy...

Author Message
GK...
Posted: Mon Oct 26, 2009 5:18 pm
Guest
Hi,

I am using C# (VS2005), I keep getting the error "Visual Studio Is Busy"
error, when i try to do a debug, stepping into a new thread. I use the
following code:

Thread t = new thread(UpdateScreen);
t.start();

I can set the break point at this line,
Thread t = new thread(UpdateScreen);

but when I step into the rountine: "UpdateScreen", it freeze it the
debugger, and gives me the error message "Microsoft Visual Studio is Busy"

thank you for any one who can help.
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Tue Dec 15, 2009 12:21 am