OpenExeConfiguration on a shared network folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I developed a little application which reads/stores some setting on its
app.config file and it perfectly works...locally.

If I store the application and the config file on a shared folder, with full
access right, when the application calls OpenExeConfiguration I always get
ConfigurationErrorsException and this tells me the request for the
FileIOPermission has failed.

I can develop my own configuration parser pretty quickly, but I guess there
is a more elegant solution.

Thanks for the help in advance.
 
Many thanks Kein for your quick answer.

My application is a very little utility, just one exe assembly without any
other dependencies than the .Net ones.

I was thinking that a more easy simple solution would exist. If it is not
really the case, the simpliest solution is write my own parser.
 
Back
Top