随笔-2  评论-2  文章-0  trackbacks-0
  2008年8月19日

完整的异常信息:

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

 

解决办法:

http://harriyott.com/2006/05/contextswitchdeadlock-was-detected.aspx

posted @ 2008-08-19 17:22 咬过的苹果 阅读(215) | 评论 (1)编辑
  2008年8月16日
CSDN已经挂了一个星期。今天想起来自己在博客园也有帐号,一个星期的时间没有地方发泄自己的口水,憋坏了。
posted @ 2008-08-16 17:20 咬过的苹果 阅读(21) | 评论 (1)编辑