Jump to content

Question

Posted

what does this mean and how n I get rid of it??? I try to save and overwrite the old file and I get an error saying it can't with this as the solution....

System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\GM5R CPS\unins000.dat' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

1 answer to this question

Recommended Posts

  • 0
Posted
51 minutes ago, dmcpher326 said:

what does this mean and how n I get rid of it??? I try to save and overwrite the old file and I get an error saying it can't with this as the solution....

System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\GM5R CPS\unins000.dat' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Try creating a new folder in documents and save it under a different name. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Guidelines.