Creating strong named assemblies

  • Thread starter Thread starter Brian Richards
  • Start date Start date
B

Brian Richards

I just cannot create a strongly named MC++ assembly. I always get an error

Error 1 fatal error LNK1256: ALINK operation failed (80090007) : Bad Version
of provider.

There's no help anywhere. I'm using a pfx file that works fine with all my
C# assemblies. Does anyone have any clue how to fix this?
 
Use snk key file instead of pfx file.



Brian Richards wrote:

Creating strong named assemblies
14-Mar-07

I just cannot create a strongly named MC++ assembly. I always get an erro

Error 1 fatal error LNK1256: ALINK operation failed (80090007) : Bad Version
of provider

There's no help anywhere. I'm using a pfx file that works fine with all my
C# assemblies. Does anyone have any clue how to fix this?

Previous Posts In This Thread:

Creating strong named assemblies
I just cannot create a strongly named MC++ assembly. I always get an erro

Error 1 fatal error LNK1256: ALINK operation failed (80090007) : Bad Version
of provider

There's no help anywhere. I'm using a pfx file that works fine with all my
C# assemblies. Does anyone have any clue how to fix this?


Submitted via EggHeadCafe - Software Developer Portal of Choice
Generic Feed Parsers Redux
http://www.eggheadcafe.com/tutorial...6-acd41f462063/generic-feed-parsers-redu.aspx
 
Back
Top