Visual Studio 2013 > New project > unspecified error (exception from hresult: 0x80004005 (e_fail))

后端 未结 26 1572
长情又很酷
长情又很酷 2020-12-14 15:19

Can anybody shed any light on the above error? I\'ve tried with both Express and Ultimate editions of VS 2013.

I\'m running 64-bit Windows 7.

Solutions to si

26条回答
  •  感情败类
    2020-12-14 15:44

    Yet another cause and solution here.

    First, I troubleshot by closing and opening the created project (which did exist, although with issues). On doing this I got a more meaningful error suggesting that C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Web.Config was invalid XML.

    I then replaced C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Web.Config with a copy of C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Web.Config.default and the issue was resolved.

提交回复
热议问题