0

I have successfully created Web API projects a few days ago using Visual Studio 2013 update 4. Today when I try to create a project using the same default project that comes with VS, I get this error:

Unspecified error (Expection from HRESULT: 0x80004005 (E_FAIL))

Unspecified error (Expection from HRESULT: 0x80004005 (E_FAIL))

Adam
  • 4,590
  • 10
  • 51
  • 84
  • I already tried restoring the templates as suggested here but no luck... https://msdn.microsoft.com/en-us/library/vstudio/ms247116%28v=vs.100%29.aspx – Adam Apr 02 '15 at 20:11

1 Answers1

0

I figured it out. In my case, my company maps my documents folder where the templates are stored to a network share and I was not connected to the VPN. Oh silly day.

Adam
  • 4,590
  • 10
  • 51
  • 84