M
Mat
I have a solution which contain 3 projects. one of them is class library
which is used in two others projects.
I don't want to install two copies of the class library in client PC.
but i would like that projects share the same dll.
i would like to install the class library in c:/program files/common Files/
and others project should check if the share dll is there. if not there will
install it.
Is it possible?
which is used in two others projects.
I don't want to install two copies of the class library in client PC.
but i would like that projects share the same dll.
i would like to install the class library in c:/program files/common Files/
and others project should check if the share dll is there. if not there will
install it.
Is it possible?