Question : VB.Net ERROR Message

I have an app that is pulling data from SQL Server.  I runs three procedures and it taks a few minutes to run....between 5 and 8 minutes.  But I get this message.  There is a dialog box, I click continue and the application finishes.  Anybody know how I can catch this?  

Messge
-------------------------------------------------------------------------------------------------
Managed Debugging Assistant 'ContextSwitchDeadlock' has detected a problem in 'C:\Users\Toby\Documents\Visual Studio 2005\Projects\TobyApps\TobyApp1\bin\Debug\TobyApp1.exe'.
Additional Information: The CLR has been unable to transition from COM context 0xe0718 to COM context 0xe05a8 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operations.

Answer : VB.Net ERROR Message

try this

http://blog.wpfwonderland.com/2007/08/16/clr-has-been-unable-to-transition-from-com-context-for-60-seconds/

One fix for the problem is to go to the Debug -> Exceptions -> Managed Debug Assistants  menu in Visual Studio and uncheck the ContextSwitchDeadlock
Random Solutions  
 
programming4us programming4us