Visual Studio 新建项目报错" this template attempted to load component assembly 'NuGet.VisualStudio.Interop, ….".

"Error: this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.".

解决:

I believe you do not have NuGet Package Manager extension installed.

If not, you can click TOOLS -> Extensions and Updates... -> Online, select NuGet Package Manager, and click Download

原文地址:https://www.cnblogs.com/dupeng0811/p/3915426.html