I have a C# console application program that is called by an external program which provides it with its command line parameters. In order to ease debugging, I\'ve created a co
Please check if you have enabled the check boxes named 'Managed' and/or 'Native' in visual studio under:
Tools->Options->Debugging->Just-In-Time
I ran into this problem recently where i had accidentally disabled these check boxes. It may not be relevant to your problem as it is working after the reboot. I am just posting this so that others may find it helpful.