Question about AL

G

Guest

Hi all,
I have private Assemblies (many) Now I am planing to put all in GAC. for XYZ
reason. I have generated all keys for all assemblies one for each.

assembly is A.dll key is a.key

Question is
is it possible to add a key file to a DLL directly without recompiling code ?

Al has some syntax but giving me useless errors which I dont understand.

Please suggest your comments

Regards,
Kishor
 
G

Guest

Hi,
Thanxs for your Information.

This could be achieved, but in my case DLL is already Compiled.

and when I issue following statement I get an error

sn /Vr MG.dll

MG.dll does not represent a strongly named assembly


and

sn -R MG.dll k.key

Microsoft (R) .NET Framework Strong Name Utility Ver
Copyright (C) Microsoft Corporation 1998-2002. All ri..............
MG.dll does not represent a strongly named assembly

please Suggest.


Kishor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top