Click here to Skip to main content
15,904,935 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when i debug my app in vs2017 i get the this error:
System.IO.FileLoadException
HResult=0x80070005
Message=Could not load file or assembly 'aAcademiX.exe' or one of its dependencies. Access is denied.
Source=<Cannot evaluate the exception source>
StackTrace:
Cannot evaluate the exception stack trace

Need help...

What I have tried:

Tried changing directory permissions.
Posted
Comments
MarqW 24-Sep-18 1:47am    
Did you check the file permissions as well?
Richard MacCutchan 24-Sep-18 4:25am    
"Could not load file or assembly 'aAcademiX.exe' or one of its dependencies. Access is denied."
The error message is quite clear. The system cannot find the file, or access to the file is denied due to permission restrictions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900