<!-- When deploying the service library project, the content of the
config file must be added to the host's app.config file.
System.Configur ation does not support config files for libraries. -->
I assume "libraries" here to mean DLL's. If that's the case, is there
any way to supply both ends of a service (client and host) with the code
for the class that describes the contact WITHOUT a duplication in
source code?
Thanks.
config file must be added to the host's app.config file.
System.Configur ation does not support config files for libraries. -->
I assume "libraries" here to mean DLL's. If that's the case, is there
any way to supply both ends of a service (client and host) with the code
for the class that describes the contact WITHOUT a duplication in
source code?
Thanks.
Comment