Click here to Skip to main content
16,012,082 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all
When am running the set up created for windows application its throwing an exception as
System.UnauthorizedAccessException
and access is denied to the specified folder path.
But when am running it in visual studio it was working fine.
Can somebody help me out of this
Posted

1 solution

You have to give full rights to the specific folder.

Select the folder for which you r getting the access denied error.Right click --properties --> security --> select full rights.

do let me know if this works.
 
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