天天看點

【ASP.net MVC4】解決在VS2013上建立MVC4程式是錯誤提示Exception from HRESULT: 0x80070002)

最近開始學習asp開發,但是按照書上說的在第一步建立project時就報錯了,錯誤提示:

exception from hresult:

0x80070002)

于是就google了一下,發現了解決方法:

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)

很簡單的英文,應該不用翻譯了吧。

或者有個更簡單的方法,是在stackoverflow上看到的:

go to: vs2013->tools->extensions and updates->online search for nuget and install. fixed my problem in 2013 rel

開始asp的學習吧!

繼續閱讀