VS2013 This template attempts to load the component assembly "NuGet.VisualStudio.interop, Version = 1.0.0.0 solution ZT ...

Scene reconstruction

When using VS2013 new ASP.NET MVC project, the following error:

QQ screenshot 20140503203445

Specific error message:

Error: This template attempts to load the component assembly "NuGet.VisualStudio.Interop, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a". For more information about this issue and how to enable this template, please see the documentation on "custom project templates" that.

Error Analysis

Since the error message prompting template attempts to load the component assembly, it means NuGet.VisualStudio.Interop assembly does not exist. Its root is from VS2012 to start using NuGet to manage projects and assembly references. This problem occurs because there is no installation NuGet package manager.

Solution

"Menu" -> "expanded and updated" on the left select the "online", and then search for "NuGet Package Manager", select "NuGet Package Manager for Visual Studio 2013" in the search results, can be installed.

QQ screenshot 20140503204728

Reproduced in: https: //www.cnblogs.com/aswordok/p/3993981.html

Guess you like

Origin blog.csdn.net/weixin_34074740/article/details/93726761