My unsigned DLL works in my project that references it as long as I
set Copy Local = true.
Now I have signed the DLL with the sn.exe generated keys but have not
yet moved the DLL into the GAC.
Can I use a strong named DLL outside the GAC with Copy Local = false
by providing a reference to the public key?
If yes to above, please tell me how to reference the public key within
the IDE of the project that calls upon a signed DLL.
I am hopeful that there is a way to simply browse to the .snk file
within the IDE and auto generate the appropriate attribute within the
AssemblyInfo.cs file.
Thank you for any assistance.
-- Tom
set Copy Local = true.
Now I have signed the DLL with the sn.exe generated keys but have not
yet moved the DLL into the GAC.
Can I use a strong named DLL outside the GAC with Copy Local = false
by providing a reference to the public key?
If yes to above, please tell me how to reference the public key within
the IDE of the project that calls upon a signed DLL.
I am hopeful that there is a way to simply browse to the .snk file
within the IDE and auto generate the appropriate attribute within the
AssemblyInfo.cs file.
Thank you for any assistance.
-- Tom
Comment