Dynamic dll loading

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top