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.

Signing assemblies with strong name using pfx and visual studio

So here is the problem: We have decided to buy a code signing certificate, we bought one from Godaddy which …

visual-studio visual-studio-2013 strongname pfx
Assembly has a strong name, but I"m getting the error that says a strong name is needed

I am trying to load a third party COM dll into my application. Everything builds fine but when I run …

.net com strongname
Cannot install assembly to cache?

I am trying to add an assembly to the cache on Visual Studio 2010 Command Prompt. I get this error "Failure …

c# wcf .net-assembly gac strongname
snk vs. code signing certificate

In my organization we use snk files with strong names assemblies. We generate the snk ourselves. In addition we use …

c# certificate code-signing strongname x509
Checking an assembly for a strong name

Is it possible to check if a dynamically loaded assembly has been signed with a specific strong name? Is it …

c# security strongname
Run Powershell or Command Prompt as administrator during Visual Studio Team Services build

I am working on a project where we are delay signing the assemblies. I need to use the strong name …

build azure-devops strongname build-definition delay-sign
Creating strong names in .NET using Strong Name Tool

After getting the instruction from google, I've tried to create StrongNameFile with the following command: C:\Program Files\Microsoft Visual …

.net visual-studio strongname
Strongly naming a 3rd party assembly - Could not load file or assembly

I am writing a Visual Studio 2012 extension, for internal use, which requires that all assemblies have a strong name. I …

.net visual-studio-2012 strongname vsix
How to reference assembly from GAC?

I have installed the strong named assembly TestReflection into the GAC (I am using .NET 4.0 and VS 2010). Different versions of …

visual-studio-2010 .net-4.0 reference gac strongname
How can I profile Signed Assemblies with VS 2010 or VS 2013

I have a website that uses AjaxControlToolkit.dll and Log4Net.dll. When I try to run the performance profiling …

visual-studio-2010 profiling instrumentation strongname