R
Rajesh Abraham
I have an assembly, which is reading some values from the
App.Config file. It works fine when used with a Win Forms
project.
Now I am trying to use the same assembly in a Windows
Service Project but the service fails to start as the
assembly is not able to get the value from the app.config
and hence throws an error. I tried adding app.config to
the Win Service Project but it did not work.
Rajesh Abraham
App.Config file. It works fine when used with a Win Forms
project.
Now I am trying to use the same assembly in a Windows
Service Project but the service fails to start as the
assembly is not able to get the value from the app.config
and hence throws an error. I tried adding app.config to
the Win Service Project but it did not work.
Rajesh Abraham