Error: this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=...'. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.

'NuGet.VisualStudio.Interop 报错

我在新建MVC4项目时出现了这样的报错,我使用的是VS2010(SP1).

解决方法:

1. 打开VS2010-->Tools-->Extension Manager-->选择 'NuGet Package Manager' 并卸载掉.

2.打开 'http://nuget.org',下载新的nuget,并安装.

3.重新打开VS2010,创建MVC4项目,已经不再报错.

 ---------------------------------------------

参考自 http://www.itorian.com/2012/08/error-this-template-attempted-to-load.html

相关文章:

  • 2021-07-22
  • 2021-07-07
  • 2022-01-26
猜你喜欢
  • 2021-07-21
  • 2021-04-17
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-06-30
  • 2021-12-07
相关资源
相似解决方案