Monday, May 30, 2016

Trouble shooting error messages on selenium c# -01

The CLR has been unable to transition from COM context 0x12aa9d0 to COM context 0x12aab40 for 60 seconds.

Above message is bit weird error message.


This happens to me in  middle of  debugging a selenium code via visual studio 2012.

Solution :
Debug -> Exceptions -> Managed Debug Assistants menu in Visual Studio and uncheck the ContextSwitchDeadlock

reff :http://stackoverflow.com/questions/2747916/the-clr-has-been-unable-to-transition-from-com-context-for-60-seconds


No comments:

Post a Comment