Dynamic dll loading

  • Thread starter Thread starter Analizer1
  • Start date Start date
A

Analizer1

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\service1\service1.exe
d:\services\service2\service2.exe

//common folder
d:\services\common\common.dll

i would like all the services to bind to the common.dll

thanks
 
Back
Top