J
Jon
Hello all,
We have a small problem which I'm sure there must be an answer, I just
don't know it!
We have written a server control that, as part of the package uses a
number of custom written dll's.
Below is an example scenario:
V1 of our customer control uses V1 of dllA.dll and is packed up.
dllA.ll gets modified (for whatever reason and is re- released).
dllA is included into a web project that uses the V1 custom control.
We now have a situation were a custom control is using a old (and
maybe not compaitible) version of dllA, but because dllA is refernced
in the web project, it's overwritten (as all dlls are pulled into the
bin folder).
So, is it possible to have 2 dll's of the same name etc, but different
versions co-exist?
Thanks,
Jon
We have a small problem which I'm sure there must be an answer, I just
don't know it!
We have written a server control that, as part of the package uses a
number of custom written dll's.
Below is an example scenario:
V1 of our customer control uses V1 of dllA.dll and is packed up.
dllA.ll gets modified (for whatever reason and is re- released).
dllA is included into a web project that uses the V1 custom control.
We now have a situation were a custom control is using a old (and
maybe not compaitible) version of dllA, but because dllA is refernced
in the web project, it's overwritten (as all dlls are pulled into the
bin folder).
So, is it possible to have 2 dll's of the same name etc, but different
versions co-exist?
Thanks,
Jon