installation - UnauthorizedAccessException app.config c# -


Firstly I am creating a setup from a project, and I install it.
When the program reads and is written from the program .config, I'm getting an unauthorized access.

This view works right in the studio, but with creating a setup and setting it up, it always crashes at this point, how is it resolved?

Thank you

You must provide something as how it is going Context Are You Logged In as Administrator? Which version of windows? Where is this going from? Is there an error in reading or writing or both?


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -