Windows service and app.config file

  • Thread starter Thread starter Eric Caron
  • Start date Start date
E

Eric Caron

Here's my problem, I create a windows service and it work fine but now
I want to add a winform to let user set parameters in App.Config file.
How I can do this ?
 
Run the application with "interact with desktop"... that way, forms can/will
be displayed and usable.
Problem: you don't have the ability to set this property via code using the
Servicebase class, use InstallShield to install the service as it does allow
you to set this property.

Hope this helps! :-)

Nate.
 

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

Back
Top