strong name woes
From: ari (anonymous_at_discussions.microsoft.com)
Date: 05/26/04
- Next message: Chris: "RE: Ngen.exe"
- Previous message: Ollie: "Re: Manually generating Interop assembly failing......"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: strong name woes"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: strong name woes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 May 2004 09:26:03 -0700
Hey all,
I'm trying to create a strong name assembly and I did it once but I haven't been able to do it again ever since.
What I do is go out to the Visual Studio Command Prompt and navigate to the directory of the solution.
And just like in the help files I run the following:'
sn -k sgKey.snk
and it creates it just fine.
Then I goto the assembly file and add the following line:
<Assembly: AssemblyKeyFile("sgKey.snk")>
and like I said before it worked once but I don't remember how I got it to compile. I'm getting the following message as shown in the following page:
http://charity154.home.comcast.net/err0526041200.htm
Thanks for any help in advance,
ari
- Next message: Chris: "RE: Ngen.exe"
- Previous message: Ollie: "Re: Manually generating Interop assembly failing......"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: strong name woes"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: strong name woes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|