Как в VS откл. CLR has been unable to transition from COM
От: Аноним  
Дата: 11.11.10 07:24
Оценка:
Как отключить ошибку в VS

"The CLR has been unable to transition from COM context 0x1b6ff0 to COM context 0x1b7160 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"

А то задолбала вылазить
Re: Как в VS откл. CLR has been unable to transition from CO
От: Sinix  
Дата: 11.11.10 07:41
Оценка:
Здравствуйте, Аноним, Вы писали:

А>Как отключить ошибку в VS

Debug->xceptions-> снять галочку с нужного Managed Debugging Assistant (подозреваю, ContextSwitchDeadlock)

А>А то задолбала вылазить

Ну так избавьтесь от причин (вы фактически подвешиваете очередь сообщений окна/com-диспатчера). Сама ошибка у вас никуда не делась и вполне может вылезти в рантайме.
Re: Как в VS откл. CLR has been unable to transition from CO
От: koandrew Канада http://thingselectronic.blogspot.ca/
Дата: 11.11.10 17:18
Оценка:
Здравствуйте, Аноним, Вы писали:

А>Как отключить ошибку в VS


А>"The CLR has been unable to transition from COM context 0x1b6ff0 to COM context 0x1b7160 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...
Пока на собственное сообщение не было ответов, его можно удалить.