S
subi
Hi,
I don't know where's the best place to post my question.
I hope it suits this group.
I have created an assembly with a delay sign attribute
set to true in the AssemblyInfo.cs. And the key file
attribute points to a "snk" file contains only public key.
After I compile the assembly, I set it to skip
verification by using "sn.exe -Vr" tool.
Doing so, I hoped my PC's GAC won't verify the assembly.
But, apparently as I drag the assembly from its location
to the GAC folder, there's a "install failed" error: "The
check of the signature failed for assembly 'xxxxx.dll'."
My questions are: can't I put my delayed sign assembly
into GAC? If I can, how can I do it. If not, then how am I
suppose to test the whole application with so many common
assemblies with delayed signing?
Thanks a lot,
subi
I don't know where's the best place to post my question.
I hope it suits this group.
I have created an assembly with a delay sign attribute
set to true in the AssemblyInfo.cs. And the key file
attribute points to a "snk" file contains only public key.
After I compile the assembly, I set it to skip
verification by using "sn.exe -Vr" tool.
Doing so, I hoped my PC's GAC won't verify the assembly.
But, apparently as I drag the assembly from its location
to the GAC folder, there's a "install failed" error: "The
check of the signature failed for assembly 'xxxxx.dll'."
My questions are: can't I put my delayed sign assembly
into GAC? If I can, how can I do it. If not, then how am I
suppose to test the whole application with so many common
assemblies with delayed signing?
Thanks a lot,
subi