EDN Admin
Well-known member
Hi all,
I have a component (for example, version is 1.0.0.0) comes from other company. Its regeristered into GAC. Now, this component has been updated to 2.0.0.0. I want to use publisher policy assembly to resolve this problem. But the file sgKey.snk (in the below
command) must be same with old component with version 1.0.0.0. I have not this snk file. Its impossible that the other company give me the snk file. then, how can I build publisher policy assembly to redirect version 2.0.0.0? Is there any other way to build
it?
al /linkub.config /outolicy.1.0.myAssembly.dll /keyfile:sgKey.snk /platform:x86
thanks,
Joey
View the full article
I have a component (for example, version is 1.0.0.0) comes from other company. Its regeristered into GAC. Now, this component has been updated to 2.0.0.0. I want to use publisher policy assembly to resolve this problem. But the file sgKey.snk (in the below
command) must be same with old component with version 1.0.0.0. I have not this snk file. Its impossible that the other company give me the snk file. then, how can I build publisher policy assembly to redirect version 2.0.0.0? Is there any other way to build
it?
al /linkub.config /outolicy.1.0.myAssembly.dll /keyfile:sgKey.snk /platform:x86
thanks,
Joey
View the full article