How to get rid of Just-In-Time Debugger in Visual Studio 2012

By | 1st September 2017

Yesterday I faced a serious issue called Just-In-Time Debugger error, while running Microsoft .Net Application. I was trying hard to fix the issue.

But after a series of attempts I just fixed it  by repairing the Visual studio 2012 exe.
 
Steps:
 
Go to:
  1. Control Panel
  2. Programs -> Uninstall a Program
  3. Programs and Features
  4. Microsoft Visual Studio Professional 2012
  5. Click on Repair
  6. Once the Process of Repair Completes
  7. Click Restart Now Button.
 
After these process, Open Visual Studio .NET Application and Run.