Top "Strongname" questions

In .NET platform, 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.

How to fix "Referenced assembly does not have a strong name" error?

I've added a weakly named assembly to my Visual Studio 2005 project (which is strongly named). I'm now getting the error: "…

c# visual-studio visual-studio-2005 assemblies strongname
“Unable to find manifest signing certificate in the certificate store” - even when add new key

I cannot build projects with a strong name key signing - the message in the title always comes up. Yes …

visual-studio-2010 visual-studio code-signing strongname
What is a .snk for?

What is a .snk file for? I know it stands for Strongly Named Key, but all explanations of what it …

.net strongname snk
How do I find the fully qualified name of an assembly?

How do I find out the fully qualified name of my assembly such as: MyNamespace.MyAssembly, version=1.0.3300.0, Culture=neutral, PublicKeyToken=…

c# deployment assemblies strongname
What is a "STRONG NAME" in .NET?

Possible Duplicate: What is strong naming and how do I strong name a binary? Actually, yesterday I attended an interview. …

c# .net strongname
Could not load file or assembly 'AssemblyName PublicKeyToken=null' or one of its dependencies

{"Could not load file or assembly 'AssemblyName, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does …

.net manifest il strongname disassembly
How can I see the strong name of my assembly?

I have a project, and I created a strong name key file for it. How can I tell what the …

c# visual-studio visual-studio-2012 .net-assembly strongname
How to Disable Strong Name Verification for All .Net assembly?

How to Disable .Net Strong Name Verification for All .Net assembly in system by config .net framework or IIS or …

.net config verification strongname
Strong name signature could not be verified

I am deploying ASP.Net MVC 3 application on Windows 2008 R2 server. I published the application from Visual Studio 2010 using File …

strongname hresult assembly-signing
Anything wrong with NOT signing a .NET assembly?

One of my colleagues is very keen on signing assemblies. He literally tries to sign anything. Even when we use …

.net strongname