vote up 0 vote down star

After Visual Studio 2005 displays the splash screen it locks up on me. No error, no cpu utilization, just a frozen splash screen. I've tried it in both /safemode and /resetsettings

I'm sure it's one of the services on my machine, just wonder if anyone else has had the problem and can help me with the hunt?

BTW, it's works in a VM in the same machine.

Update: I finally tried something new, I started VS2005 in Windows compatibility 2000 mode, it starts then shuts down immediately. I reset it to not run in compatibility mode and it starts right up. grrrrr

I think it might be a profile issue, but the root cause is still unresolved.

flag

75% accept rate
Do you have any add-ins such as Resharper, viEmu, etc. loading at startup? – Ben Hoffstein Oct 6 '08 at 15:15
I've tried it in both /safemode and /resetsettings sorry should have mentioned that. – Dan Williams Oct 6 '08 at 15:19

4 Answers

vote up 3 vote down

Have you tried running it in safe mode - if that doesn't let you sort it out you can try the /resetsettings switch, which has sorted out similar problems for me in the past.

/resetuserdata can also help.

link|flag
still not working, good idea though. – Dan Williams Oct 6 '08 at 15:20
vote up 2 vote down

look at the event log for you machine and see if VS threw any useful info in there; you may have to uninstall and reinstall

link|flag
vote up 1 vote down

I have VMWare installed on my machine. This was the cause of my problem!

I started VS2005 in Windows compatibility 2000 mode as suggested above - it started up then shut down immediately. I then ran without compatibility mode and VS2005 now runs perfectly!

I wasted half a day trying to sort this out!

Thank you for your post!

:)

link|flag
vote up 0 vote down

Try starting up with the log command:

devenv.exe /Log c:\vs.log

And see if anything is noted in it.

Another thing to try is to run VS in a temporary user account to see if the problem is strictly with your user environment or is system-wide. See this post.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.