G
Guest
In VS.2005 a Windows Service can have an app.config file.
A class library can also have an app.config file.
Now if my Windows Services uses three class libraries, each of it coming
with its own app.config file, in which sequence are the app config files read
in?
eg What happens if there are trace switches of the same name with different
values in those files?
Or a the config files local to a VS project/assembly ? If so, they should
not be called app config in VS.2005.
Note: the online help is still on .NET 1.0 saying that config files are
only for Windows / Web / Console applications. There is no hint about class
libs and windows services.
thanks you very much
herbert
A class library can also have an app.config file.
Now if my Windows Services uses three class libraries, each of it coming
with its own app.config file, in which sequence are the app config files read
in?
eg What happens if there are trace switches of the same name with different
values in those files?
Or a the config files local to a VS project/assembly ? If so, they should
not be called app config in VS.2005.
Note: the online help is still on .NET 1.0 saying that config files are
only for Windows / Web / Console applications. There is no hint about class
libs and windows services.
thanks you very much
herbert