OpenExeConfiguration on a shared network folder

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top