Reputation: 131
I have Visual Studio 2010 and recently both at home and at work have had an issue with missing projects in the Installed Templates. All that projects and the folder called 'Data' is missing So now SQLDatabase, DataSet, AdoNet Entity Data Model, LinqToSQL, XMLFile, etc...
Fixes tried so far:
I'm at a lose at what to do next. Beside a complete OS re-install which seems a little drastic. Anyone have a better solution please?
Upvotes: 13
Views: 35425
Reputation: 2283
I've just run into this issue and resolved it by doing the following:
Upvotes: 2
Reputation: 49
Make sure the .NET version at top of template list matches your solution's .NET version
Upvotes: 4
Reputation: 29264
I had the same problem, but with the C#
code item templates, and I fixed it with the following:
Tools/Options/Environment/International Settings/Language:
"Same as Windows" instead of "English"
and then restart VS2010.
Upvotes: 2
Reputation: 100348
Run devenv.exe /installvstemplates
with elevated privileges
Upvotes: 10