Always eject the Visual Studio Just-in-time Debugger three Solutions

Source: Internet
Author: User
Tags visual studio

The recent server always pops up the Visual Studio Just-in-time debugger is very depressing. I can't shut it down. How to solve it, now as shown in the following figure:

Let's look at the reasons for this situation together:

Pop-up application: Visual Studio Real-Time debugger: An unhandled exception ("Subscript out of Bounds: ' [number:0]") occurred, where the location was W3wp.exe [2472]. Just-in-time debugging of this exception failed with the error: The debugger installed does not have Just-in-time debugging enabled. In Visual Studio, you can enable Just-in-time debugging from Tools/Options/debug/Live.

The most common solutions are the following:

A, Registry modification solution

Locate the registry delete the following 2 items

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows Ntcurrentversionaedebugdebugger

Hkey_local_machinesoftwaremicrosoft.netframeworkdbgmanageddebugger

The following registry key is also deleted on the 64-bit operating system:

Hkey_local_machinesoftwarewow6432nodemicrosoftwindows Ntcurrentversionaedebugdebugger

Hkey_local_machinesoftwarewow6432nodemicrosoft.netframeworkdbgmanageddebugger

Make changes in the Visual Studio menu

In Visual Studio, select "Tools"-"Options", click "mode", and in the "Live" tab, "native" "Script" "managed" three pairs of hooks cancel off and OK

In fact, turning off debugging does not seem to solve the problem, and then the following error occurs:

Third, the most reliable solution:

In the IIS Web site properties, home directory, application configuration, debugging to remove the first check, may be the customer's technical debugger point of order.

As shown in figure:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.