Unspecified error (Exception from HRESULT: 0X80004005 (E_FAIL)) has occurred: while creating new web application

  • Thread starter Thread starter Saurabh_It49
  • Start date Start date
S

Saurabh_It49

Guest
I have installed Visual Studio 2015 Community version. I am using Windows 7 64 bit system.

I have performed following steps to create new web application and "Unspecified Error" is thrown. I have also repaired the visual studion 2015 but the error still throwing.

1) Go to File > New > Project

2) Clicked "Asp.net Web Application" with .Net Framework 4.5.

Result: "Unspecified error (Exception from HRESULT: 0X80004005 (E_FAIL)) has occurred" error is thrown

Hint: I found that the "WebApplication1" folder is successfully created with App_DATA, App_Start,....., WebApplicaiton1.csproj folders/files. But the .sln file is not creating.

Continue reading...
 
Back
Top