Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exception HResult: 0*80070002 while creating an MVC Application

I have installed Visual studio 2013 Preview. Now I want to create an asp.net web application with the help by MVC Project Template but I am getting this exception:

Exception HResult: 0*80070002

like image 931
Nimit Joshi Avatar asked Sep 24 '13 14:09

Nimit Joshi


1 Answers

You get this error because your NuGet Package Manager is not installed correctly. C:\Program Files (x86)\NuGet\Visual Studio 12\ and run the Nuget installer, if it fails download nuget from Microsoft website and install manually.

like image 70
Havunen Avatar answered Oct 26 '22 02:10

Havunen