11

我已经安装了 Visual Studio 2013 Preview。现在我想在 MVC 项目模板的帮助下创建一个 asp.net Web 应用程序,但我得到了这个异常:

异常 HResult: 0*80070002

4

4 回答 4

19

您收到此错误是因为您的 NuGet 包管理器未正确安装。C:\Program Files (x86)\NuGet\Visual Studio 12\ 并运行 Nuget 安装程序,如果它无法从 Microsoft 网站下载 nuget 并手动安装。

于 2013-09-24T16:29:42.837 回答
3

转到:VS2013->工具->扩展和更新->在线搜索 NuGet 并安装。修复了我在 2013 REL 中的问题

于 2014-05-05T12:17:28.613 回答
0
  1. Go to http://docs.nuget.org/docs/start-here/installing-nuget

  2. Click the Visual Studio Extension Gallery link

  3. Download the VSIX file

  4. Double-Click the downloaded file to launch the installer

  5. Restart VS2013 (if it wasn't already closed)

于 2014-10-24T08:33:08.623 回答
0

这只是在 Visual Studio 2015 中开始发生在我身上,上述解决方案均无效。我可以通过转到工具-> 扩展和更新并更新“Microsoft ASP.NET Web 框架和工具”来修复它。

于 2017-09-27T13:58:07.040 回答