E
Eric Caron
Hi
Here's my problem, I create a windows service with Config.xml file.
All setup for my service is in this file. I create a windows
application to manage these settings (Config.XML File). This work good
if the two applications are in the same folder and Config.XML is in
the folder too but If not, my windows application setting don't work.
In my windows form I have a Service controler components to manage my
service (start, stop, ...). With this component I can manage service
anywhere on a network using MachineName property. Is it possible to
use this same property to manage my Config.XML file ?
If my service run on computer 1 and I lauch my configuration
application on computer 2, I can manage (start, stop, ...) service on
computer 1 but I also want to manage Config.XML file on computer 1
Thanks
Here's my problem, I create a windows service with Config.xml file.
All setup for my service is in this file. I create a windows
application to manage these settings (Config.XML File). This work good
if the two applications are in the same folder and Config.XML is in
the folder too but If not, my windows application setting don't work.
In my windows form I have a Service controler components to manage my
service (start, stop, ...). With this component I can manage service
anywhere on a network using MachineName property. Is it possible to
use this same property to manage my Config.XML file ?
If my service run on computer 1 and I lauch my configuration
application on computer 2, I can manage (start, stop, ...) service on
computer 1 but I also want to manage Config.XML file on computer 1
Thanks