skip to Main Content

I cannot run the project it gives the error message
Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND)

But the issue is that the error is shown only for the following project. I can build and run any other project.

I tried rebuilding the project after deleting the bin and the obj folders from the project but it still didn’t fix the issue.

2

Answers


  1. Removing the solution .vs hidden folder and all the bin & obj files worked for me. Good luck!

    Login or Signup to reply.
  2. What worked for me was to first run the application in debug mode (F5), then run the application without debugging (ctrl + F5).

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search