UnauthorizedAccessException app.config c#
Posted
by rubentjeuh
on Stack Overflow
See other posts from Stack Overflow
or by rubentjeuh
Published on 2010-06-14T13:22:18Z
Indexed on
2010/06/14
13:32 UTC
Read the original article
Hit count: 237
First I create a setup from a project,
and I install it.
When the program reads and writes from app.config,
I get an UnauthorizedAccessException.
This works perfect in visual studio, but with creating a setup and installing it, it always crashes at this point. Someone who knows how to solve this?
Thanks
© Stack Overflow or respective owner