views:

212

answers:

4

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.

+3  A: 

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.

Whisk
still not working, good idea though.
Dan Williams
+2  A: 

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

Steven A. Lowe
+1  A: 

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!

:)

Works for me as well, many thanks to Dan Williams.
CodeMonkey1
A: 

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.

sean e