Reputation: 4950
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.
Upvotes: 0
Views: 763
Reputation: 11925
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.
Upvotes: 0
Reputation:
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!
:)
Upvotes: 1
Reputation: 3417
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.
Upvotes: 4
Reputation: 61242
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
Upvotes: 2