a blog for those who code

Tuesday 30 December 2014

Error : This template attempted to load component assembly Nuget.VisualStudio.Interop

In this post we will show you how to solve "Error : this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a'. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates."

Suppose you have installed Visual Studio 2012 or Visual Studio 2013 and tried to create new MVC application you will get an error like "Error : this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a'".


This error is appearing because you do not have Nuget Package Manager extension installed.

If it is not installed, you can install it by going to TOOLS --> Extension and Updates



Then you need to go to Online --> Visual Studio Gallery, then Select Nuget Package Manager and download it. You need to restart the Visual Studio after it downloads and installed.


Please Like and Share the Blog, if you find it interesting and helpful.

3 comments: