|
-
May 6th, 2009, 06:59 AM
#1
Thread Starter
Hyperactive Member
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)>
-
May 6th, 2009, 07:06 AM
#2
-
May 6th, 2009, 07:21 AM
#3
Thread Starter
Hyperactive Member
Re: strong name
Why this message:
"Use command-line option '/keyfile' or appropriate project settings instead of 'System.Reflection.AssemblyKeyFileAttribute'."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|