In some of the cases we face the problem regarding ContextSwitchDeadlock. Actually there are some causes for this exception.
You can check these causes by following this link-
http://msdn.microsoft.com/en-us/library/ms172233%28v=vs.110%29.aspx
In this article, I am explaining - "How can we avoid ContextSwitchDeadlock exception?"
To void the this exception, we need to set some setting in Visual Studio IDE, Check the below steps-
1. Click on "Debug" Menu.
2. After that Click on "Exceptions".
3. It will open one Exception window. Here expand the node- "Manage Debugging Assistants".
4. Here you will find "ContextSwitchDeadlock" CheckBox, just uncheck it.
Follow-
Debug-> Exceptions-> Manage Debugging Assistants -> ContextSwitchDeadlock
Check the below screen shot-
Just uncheck it and again run the application, This exception will be skipped while run-time.
You can check these causes by following this link-
http://msdn.microsoft.com/en-us/library/ms172233%28v=vs.110%29.aspx
In this article, I am explaining - "How can we avoid ContextSwitchDeadlock exception?"
To void the this exception, we need to set some setting in Visual Studio IDE, Check the below steps-
1. Click on "Debug" Menu.
2. After that Click on "Exceptions".
3. It will open one Exception window. Here expand the node- "Manage Debugging Assistants".
4. Here you will find "ContextSwitchDeadlock" CheckBox, just uncheck it.
Follow-
Debug-> Exceptions-> Manage Debugging Assistants -> ContextSwitchDeadlock
Check the below screen shot-
Just uncheck it and again run the application, This exception will be skipped while run-time.
No comments:
Post a Comment