Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,

I am getting the following error which i am not getting understand .Please kindly guide me.

The CLR has been unable to transition from COM context 0x4097e0 to COM context 0x409950 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.

Thanks
Harshal
Posted

1 solution

If you are Debugging you are halting your process so a "Time-out" occurs. This (normally) won't happen during production, so you should be able to ignore this.
 
Share this answer
 
Comments
R Harshal 13-May-14 9:23am    
Ok Thank You .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900