.NET: Missing templates
In my case, LINQ to SQL classes template from Visual C# Items -> Data location was missing.

0 Comments   Posted by n3rd on Apr 23, 2009   397 Views   Report Abuse
Tags:

Bookmark and Share
The solution is as follows:

Try to include System.Data.Linq in one of your classes. If this namespace is not reachable you may need to reinstal your .NET Framework (3.0, 3.5, 3.5 sp1).
If the namespace is reachable try running "devenv /setup", "devenv /ResetSkipPkgs" and "devenv /InstallVSTemplates" in vs 2008 command prompt in this order.
If not help, also try repairing installation of VS via the installation source in maintenance mode.

Comments

Login or Register to add a comment.