Questions tagged [strong-named-key]

A Strong Named Key (also called SN Key or Strong Name) is used in the Microsoft .NET framework to uniquely identify a component.

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 all the files that make up the assembly), using the corresponding private key.

35 questions
0
votes
1 answer

Must Reenter PFX Password Every Time Developer Pulls Branch from TFS Workaround?

11 of the DLLs in my solution must use PFX certificates (very large enterprise application using Click-Once install). The certificates work perfectly, except every time someone pulls down a TFS branch from a different developer/workstation the…
FlexDemon
  • 1
  • 2
0
votes
1 answer

same project different solution sign configuration

I am trying to find way to use the strong name sign as an configuration. My case is: I have project that it include in two different solution. For one solution I want that the project will be sign with strong name key, but for the other solution I…
Beno
  • 721
  • 1
  • 10
  • 32
0
votes
1 answer

Trying to include Strong Name dll's to for level 2 security transparency model

My 4.0 MVC app that renders a PDF View to screen. It all works on my dev box but generates a security violation from the host provider environment. To compensate, I added [AllowPartiallyTrustedCallers] and [SecurityCritical] attributes on…
Bill
  • 915
  • 2
  • 13
  • 23
0
votes
1 answer

Couchbase not working on production server

I am using Couchbase client inside my asp.net web mvc project (i downloaded the dll files from here) I have a Couchbase Server installed on Windows Server 2012 x64. When developing the project, everything works as expected. When i publish the…
Catalin
  • 11,503
  • 19
  • 74
  • 147
0
votes
1 answer

Stubborn assembly, wrong key ? Or is it a Strong Name issue?

I'm using two dll assembly from Microsoft to compare Xml. XmlComparer.cs uses Microsoft.XmlDiffPatch and the two references are correctly added in Visual Studio. However I get this message : Error: Could not load file or assembly 'XmlDiffPatch, …
xenom
  • 377
  • 1
  • 5
  • 15
1 2
3