strongname
What is a "STRONG NAME" in .NET? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: What is strong naming and how do I strong name a binary?[详细]
2023-01-02 16:15 分类:问答Strong Naming an assembly using command line compile
I am trying to use NAnt in order to compile and sign an assembly using the vbc compiler.I have a project set up and am able to successfully sign the assembly compiling with VS2010.When I try to sign i[详细]
2022-12-31 17:01 分类:问答Strong Signing, and Updating A Referencing Assembly
I have two, third party assemblies: Foo.dll and ReferencesFoo.dll As noted, ReferencesFoo.dll is an assembly that has a reference to Foo.dll[详细]
2022-12-30 03:22 分类:问答Strong name validation failed on VB.NET Assembly
I have a VB.Net 1.1 application works just fine after compiling in Visual Studio.However, I want to use ILMerge to combine all the referenced assemblies into a single executable just to make it easier[详细]
2022-12-29 10:17 分类:问答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 tool in VS 2010 on it it gives me the following warnin开发者_如何学Gog:[详细]
2022-12-27 23:04 分类:问答StrongNameKeyPair problem when attempting to use MoQ
I\'m trying to create a mock HttpContextBase for unit test. var fakePrinciple = new GenericPrincipal( new GenericIdentity(userId),[详细]
2022-12-22 20:04 分类:问答How do I strong name a C++ assembly in VS2008?
I have no experience developing C++ on Windows, but I am a C# developer. I have a wrapper around some native DLLs that is written in C++.(A LGPL project)).I was to use this from a strong named assemb[详细]
2022-12-22 05:35 分类:问答unable to obtain public key for StrongNameKeyPair
I have visual studio 2008 running on a Window开发者_Go百科s 2008 virtual PC.I decided to try out the Microsoft Test Tools built into the IDE (as opposed to NUnit, which I typically use).Using the Unit[详细]
2022-12-21 11:10 分类:问答Multiple projects need to use 1 SNK file
I\'m using Visual Studio 2008 and I have a solution which contains multiple projects. I have 1 snk to sign my assemblies and this lives in a solution folder.[详细]
2022-12-20 12:24 分类:问答.NET: Should executables be strong-name signed? What about private DLLs?
My application consists of three assemblies: a single EXE which references a couple of DLLs. The DLLs are private to my application - they are used only by this executable.[详细]
2022-12-20 11:08 分类:问答