4

What's going on?: After selecting Silverlight Navigation with Accent Color from Online Templates in Microsoft Visual Studio C# 2010 Express, I am receiving the following error message.

Error: this template attempted to load component assembly 'Microsoft.VisualStudio.Silverlight, Version=10.0.0.0, ...'. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.

What have I done?: I've gone to the page that allows you to customize project templates, but I still don't understand what needs to be done. To be more specific, I don't understand if this requires some coding process behind setting up a custom template (if so, I have viewed it and it doesn't make sense).

Question: Is there a simple "click here and select this check box" (Ex. Click on Tools, click on Templates...) that isn't mentioned in the documentation? If not, what more can I do?

cpast
  • 2,513

1 Answers1

1

These threads contain some suggestions for what can be done :

Creating new MVC 3 project Error: this template attempted to load component assembly
Error creating a new project of a Custom Feature Extension

Evidently there can be more than one reason for such problems, and I don't have your environment.

In extremity, you might try to repair or reinstall all the software involved in a logical order, starting with Visual Studio and going on to extensions.

harrymc
  • 498,455