Is the GAC the only place for shared assemly or I can redirect it to some
other place? I tried to change CodeBase for assembly in Gac, but it doesn't
work, because CLR looks first into the GAC and after that starts probing.
I don't know if I understand well but solution can be Publisher Policy
Assembly? I have found that I can create Publisher Policy File and link it
to the assembly and install it to the GAC. But I hope that I missed
something and there is some better way to do it.
Thanks Martin