-
strong name
Hi,
I am using strong key and assign in project.
message will show:
Use command-line option '/keyfile' or appropriate project settings instead of 'System.Reflection.AssemblyKeyFileAttribute'.
I assign the snk -
<Assembly: AssemblyTitle("AsmiRegkey")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("sm")>
<Assembly: AssemblyProduct("AsmiRegkey")>
<Assembly: AssemblyCopyright("Copyright © sm 2008")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyKeyFile("D:\asmi\Library\myregistration.snk")>
<Assembly: ComVisible(False)>
-
Re: strong name
-
Re: strong name
Why this message:
"Use command-line option '/keyfile' or appropriate project settings instead of 'System.Reflection.AssemblyKeyFileAttribute'."