Click here to Skip to main content
15,898,993 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
unable to create directory "obj\release\", Acces to the path 'obj\Release\\ ' is denied.............................................................................

What I have tried:

changes output directory......................................................................................................................................
Posted
Updated 19-Oct-17 0:14am
Comments
Richard MacCutchan 19-Oct-17 6:02am    
Where is that path?

1 solution

Start by looking at the full path: the whole thing needs to have the correct read, write, and create permissions for the appropriate user account in order to access it successfully.

You can find and change the permissions using Windows Explorer: Set, View, Change, or Remove Permissions on Files and Folders[^]
 
Share this answer
 

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