Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Do you have VS2008 SP1 installed? – dirkgently May 12 '09 at 7:00
Any error messages?? – Chathuranga Chandrasekara May 12 '09 at 7:04
nope.. I don't have SP1 installed. And i get no error messages. IDE just opens and stays for around 2 seconds and closes automatically. Any work around for this??? – Prashant May 12 '09 at 7:34
Install SP1, it's a service pack you really should install when using 2008, as it's actually a service pack which contains fixes they should have added to the RTM version. – Frans Bouma May 12 '09 at 12:34

2 Answers

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]
share|improve this answer

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

share|improve this answer
I am using MS Win Xp SP2 and I have the admin access to the system. – Prashant May 12 '09 at 6:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.