ACCESS TO THE PATH IS DENIED

0
When i try to run my project, it displays "access to the path; C:/nobel/documents/training course-main/deployment/web/img/system$error.gif' is denied
asked
1 answers
1

Based on the limited information I'm not sure what this exact issue is. Could you try the following suggestions:

  • Restart you machine and see if maybe there was another process locking access to this file?
  • Can you check whether this file actually exist in this location? And whether you have proper read / write rights.
  • Last resort: stop the running app, delete/rename the 'deployment' folder from the project folder. And run locally again.
answered