ProfK
ProfK

Reputation: 51094

VS 2008 Lost all Project Templates

Soon after I tried installing Expression Studio three times, and had to do a system restore each time, suddenly my Visual Studio lost nearly all its project templates (except for Other Project Types). When I try an run a repair off the install disk, it says it cannot load files and is cancelling the install. Anybody have any experience for this situation?

Upvotes: 0

Views: 286

Answers (3)

user276103
user276103

Reputation: 11

I just had the same problem but I found this: http://msdn.microsoft.com/en-us/library/ms247116(VS.80).aspx

devenv /installvstemplates

It worked, but took a good 10 minutes to get the job done...

Upvotes: 1

ProfK
ProfK

Reputation: 51094

This issue is documented by Microsoft. It is caused by the installer cache 'overtaking' the actual installer database on the install disk. The solution is to run the installer from Add/Remove programs instead.

Upvotes: 0

Johannes Rudolph
Johannes Rudolph

Reputation: 35751

Luckily not. A deinstall/install cycle seems to be your best option then.

Upvotes: 2

Related Questions