Tagged Questions

A strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assembly file (the file that contains the assembly manifest, which in turn contains the names and hashes of ...

learn more… | top users | synonyms

3
votes
2answers
266 views

strong name key corrupt or unreadable

On an infrequent random interval, some projects in a solution won't build anymore. Probably because of the strong named key file beging corrupt or lost.. resulting in the following errors when ...
1
vote
0answers
69 views

Assigning Strong Name to Third Party DLL

I am trying to profile an IIS web Service Hosted on a different Machine through VSTS Command Line Tools. During this Process My(CommercialService.dll) file becomes Unsigned. So I resign my above Dll ...
1
vote
0answers
112 views

FileLoadException and strong assembly signing

I have an assembly which is referencing couple of other assemblies. Everything was working fine and then I went ahead and strongly signed all of the assemblies. The assembly contains entity designer ...
1
vote
1answer
156 views

Mono xbuild error CS1548 - key file has incorrect format

So I'm trying to get a VS2010 C# project to go cross-platform. First goal is build it in Mono 2.10.5 for Windows. I have not touched any code yet - I'm starting with xbuild's recent ability to build ...