วิธีฮาร์ดรีเซ็ตอินสแตนซ์ Visual Studio
เมื่อพัฒนาส่วนขยายบางครั้งคุณก็ทำพลาดคนอื่นก็ทำ หากคุณเริ่มได้รับข้อผิดพลาดในการโหลดแม้แต่ส่วนขยายธรรมดา ๆ เหล่านี้คือคำแนะนำในการฮาร์ดรีเซ็ตอินสแตนซ์ของคุณ
Close Visual Studio (if you haven’t already).
Open the registry editor (regedit.exe)
Delete the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\{version}
Delete the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\{version}_Config
Delete the %LOCALAPPDATA%\Microsoft\VisualStudio\{version} directory.
เพลิดเพลินกับอินสแตนซ์ Visual Studio ใหม่ล่าสุดของคุณ
- ใช้ {version} = 10.0 สำหรับ Visual Studio 2010
- ใช้ {version} = 11.0 สำหรับ Visual Studio 2012
- ใช้ {version} = 12.0 สำหรับ Visual Studio 2013
หากในอีกด้านหนึ่งคุณต้องการรีเซ็ตกลุ่มทดลองคุณสามารถทำได้เช่นเดียวกันกับตัว "{version} Exp"
ขอให้สนุกกับการเขียนโค้ด!
ที่มา: http://www.corvalius.com/site/hacks/how-to-hard-reset-visual-studio-instance/