Wahib Idris
Wahib Idris

Reputation: 11

Visual Studio shuts down when i open or create a project without any message

I m using Visual C# 2008 express edition .. when i open or create project in visual studio then Vs automatically shuts down automatically without any message .. this was also happend to me when i was using Visual studio 2008 ... i dont know whts happening ... i google it several times but cant fine revelant or proper answer ... I reinstall Vs several times but problem is stilll there ... i scan my computer and there is no virus in it ..can any one plzz help me on this ..

Thanx in advance

Upvotes: 0

Views: 1175

Answers (2)

Petr
Petr

Reputation: 11

check if C:\WINDOWS\SYSTEM32\msvcr90.dll exists, or use dependency walker (depends.exe) on C:\Program Files\Microsoft Visual Studio 9.0\VC#\VCSPackages\csproj.dll

Upvotes: 1

Default Writer
Default Writer

Reputation: 2566

devenv.exe /safemode or devenv.exe /resetskippkgs

Upvotes: 0

Related Questions