Visual studio 2008 exits as soon as I open it

浪子不回头ぞ 提交于 2019-12-11 23:24:25

问题


I have a problem with my Visual studion 2008. It exits as soon as i open it. I tried these options, devenv /ResetSettings devenv /SafeMode devenv /resetuserdata devenv /resetskippkgs

even i tried re-installing Visual Studion 2008. Is there any way i can fix this issue.

thank you. Prashant.


回答1:


Create a new user account and try using that in order to determine if the problem is due to your user environment or if the problem is system-wide. If it does not occur with the new user, clear your regular user settings:

rd /s /q %USERPROFILE%\AppData\Local\Microsoft\VisualStudio
rd /s /q %USERPROFILE%\AppData\Local\Microsoft\VSCommon
rd /s /q %USERPROFILE%\AppData\Roaming\Microsoft\VisualStudio

(for XP, substitute "Local Settings" and "Application Data" for "AppData\Local" and "AppData\Roaming")

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\VisualStudio]
[-HKEY_CURRENT_USER\Software\Microsoft\VSCommon]



回答2:


What operating system? If you are using Vista, try running devenv in Administrative mode, just to see what happens.



来源:https://stackoverflow.com/questions/851477/visual-studio-2008-exits-as-soon-as-i-open-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!