Questions tagged [snk]

In the .NET framework, a Strong Name Key (SNK) is used to sign an assembly with a strong name.

In the .NET framework, a Strong Name Key (SNK) is used to sign an assembly with a strong name.

http://msdn.microsoft.com/en-us/library/xc31ft41%28v=vs.110%29.aspx

38 questions
0
votes
1 answer

Is there anything like GAC in Windows Phone 7?

If not, then how should we handle the assembly version thing? BTW: I can not find a way to strong name sign a WP7 assembly, did I miss anything?
Cui Pengfei 崔鹏飞
  • 8,017
  • 6
  • 46
  • 87
0
votes
0 answers

Can we use .snk file for a c++ dll?

It would be great if someone could help me on this.I have recently started exploring strong named assembly.I wanted to understand the following: .snk file and what does it contains? can we use this .snk file for a c++ dll? Is this only limited to…
C A Anusha
  • 37
  • 7
0
votes
2 answers

Assembly generation failed -- Referenced assembly 'XXXX' does not have a strong name

In my solution, there have one C# class library project(A project). I would like to add the strongly named assembly in that project. But (A project) has include another DLL (B.dll). I generate the "a.snk" using VS2012 x86 Native Tools Command…
Anson Yik
  • 1
  • 2
0
votes
1 answer

Snk file & Delay Signing

I am working with a set of delay signed assemblies which I am able to install and load from GAC after skipping verification (sn -Vr * ... Since Delaysigning as a process requires only the public key file sn -k keys.snk (both Public & Private keys)…
Vyas Bharghava
  • 6,372
  • 9
  • 39
  • 59
0
votes
3 answers

What to consider when strong name signing a managed application?

I want to strong name a managed application which references many managed assemblies and ActiveX and COM components (written in C++) via interop. And because a strongly named assembly cannot reference weakly named assemblies, could you please tell…
tranmq
  • 15,168
  • 3
  • 31
  • 27
0
votes
1 answer

Two Strong name key's handling in C# project through

I have arround 40 project in single solution(VS2010). Now I have created one Strong Name Key(SNK) and added each project and refered SNK file. Now, my requirement is , Two SNK file I have to create and keep it one place(root folder). That file I…
CRK
  • 607
  • 3
  • 14
  • 24
0
votes
1 answer

How to create .snk file for Mono android

I have done android project in the mono develop It working fine in debug mode but when I am Trying to run project in release mode then it is giving following error: C:\Users\Administrator.EDZ0138\Documents\Projects\IdooctopusNew\IdooctopusNew\SGEN:…
Rash
  • 876
  • 4
  • 18
  • 39
-4
votes
1 answer

When is it necessary to sign a .NET assembly?

Visual Studio offers the option of signing .NET assemblies with a .SNK key. In what situations would it be necessary to sign an assembly? What effect does signing an assembly have on warning messages about "Unknown Publisher"?
CJ7
  • 22,579
  • 65
  • 193
  • 321
1 2
3