views:

127

answers:

2

I have Visual Studio 2008 and i installed and removed StrataFrame Framework.

This framework installed in my system some ProjectTemplates and ItemTemplates, when i removed this continue visible in VS.

Where VS save ProjectTemplates and ItemTemplates files?

A: 

Check this out (Visual Studio 2008: How to install an item template)

Shay Erlichmen
+1  A: 

You should run "devenv.exe /installvstemplates" to update VS template cache.

Fedor