I am using Visual Studio 2010 Express edition. While executing below code line I will get "ContextSwitchDeadlock was detected" Exception.
Code Line:
PID = CheckAndShell(NSISCompilerPath, "/v4 /O""" & LogFile & """ " & NSISFile, AppWinStyle.Hide, , True)
I have disabled exception as mentioned in this Link:
Under Debug > Exceptions > Managed Debugging Assistants > ContextSwitchDeadlock
Still I am getting the above exception. How to disable this exception?