hello,
i have some services that use a class library our company developed all code
is c#
I dont want to have multiple copies of this common library with each
service....
how can i tell the services where to bind to this common library....
suedo example:
d:\services\ser vice1\service1. exe
d:\services\ser vice2\service2. exe
//common folder
d:\services\com mon\common.dll
i would like all the services to bind to the common.dll
thanks
i have some services that use a class library our company developed all code
is c#
I dont want to have multiple copies of this common library with each
service....
how can i tell the services where to bind to this common library....
suedo example:
d:\services\ser vice1\service1. exe
d:\services\ser vice2\service2. exe
//common folder
d:\services\com mon\common.dll
i would like all the services to bind to the common.dll
thanks
Comment