A possible solution to Microsoft Visual Studio problems that need to be disabled

Source: Internet
Author: User

Recently, Microsoft Visual Studio encountered a problem as soon as it opened the website and needs to be closed. Send an error report to Microsoft. I checked online materials. Some people said it was a cache problem. It is recommended that you delete all the cached files of Microsoft Visual Studio and reset the development environment. No. Save the project and uninstall Microsoft Visual Studio to reinstall it.

Clear the recently opened project as follows:
Manual Operation:
1) Delete recently opened files
Run regedit, open HKEY_CURRENT_USER/software/Microsoft/visualstudio/8.0/filemrulist, and then delete the corresponding key value on the right.
2) Delete recently opened Projects
The operation is the same as above, but the key value location is different HKEY_CURRENT_USER/software/Microsoft/visualstudio/8.0/projectmrulist

Automatic cleanup:
Save the following code in a file with the extension BAT, and double-click it to clear it. (Clear all)

@ Echo off
@ Reg Delete hkcu/software/Microsoft/visualstudio/8.0/filemrulist/VA/F
@ Reg Delete hkcu/software/Microsoft/visualstudio/8.0/projectmrulist/VA/F

Note: the second line of the code is to clear the list of recently opened files, and the third line is to clear the list of recently opened projects, which can be executed as needed.

Reset the development environment as follows:
Tools menu -- Import and Export settings (Import and Export settings ...) -- reset all settings -- no, do not save the settings (the last one) -- select your settings, such as Visual C # development settings (Visual C # development settings) -- finish)

This method cannot solve all similar problems, but you can try it!

Reproduced in: http://mybloggers.blog.163.com/blog/static/10038650920102244286465/

Another method is as follows:
Tools menu -- Import and Export settings (Import and Export settings ...) -- reset all settings -- yes. Save all files in the path "store my settings files in this directory" under my current settings and delete them. To ensure security, you can back up the files in this directory first.

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.