Hi Masood Ahmad,
To disable Just-In-Time (JIT) debugging for the <system.windows.forms> configuration, you need to modify the appropriate registry settings on your system.
Here's how you can do it:
Open Registry Editor:
Press Win + R to open the "Run" dialog.
Type **`regedit`** and press Enter.
- Navigate to the Registry Key: In the Registry Editor, navigate to the following key:
Copy code HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger - Modify the Value: Find the
jitDebuggingvalue under this key. Set its value to0to disable JIT debugging. If the value doesn't exist, you may need to create it as a DWORD (32-bit) Value. Restart Your Computer:After making the changes, restart your computer for the changes to take effect.
This should prevent the <system.windows.forms> JIT debugger from appearing when you open a file.
Best Regards,
Anshul Kushwaha