hello
i'm trying to use assembly but it doesnt work
i did the follow
1.made a line code that created a dll file
2.running sn.exe
sn -k myKeys.snk
3.not sure this action is correct
i put in the file AssemblyInfo.cs of the project class library the
following code
[assembly: AssemblyKeyFile("myKeys.snk")]
4.running gacutil namefile.dll
but getting the error:
failure adding assembly to the cache: attempt to install an assembly
without strong name

what did i do wrong?did i miss anything?

any ideas?

Reply via email to