I tried to create a MVC4 empty project in VisualStudio 2012 Ultimate, but I got this error:
“Error: this template attempted to load component assembly ‘NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’.”.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
After it downloads, you will be prompted for administrative elevation, and then to restart Visual Studio.
Tested in: Visual Studio Ultimate 2012 (Version 11.0.60610.01 Update 3)
UPDATE: I’ve just came across this problem in Visual Studio 2012. So despite some comments here, it is not necessarily installed by default.