strongname
How does the .NET Runtime Locate Non Strong-Named' Assemblies?
We have different versions of non strong-named assemblies, and no binding redirects/probing paths to them in app.exe.config. For example, MyDll (1.0.0.0_null_neutral) and MyDll (2.0.0.0_null_neutral).[详细]
2022-12-19 20:13 分类:问答Strong named assemblies in Windows Forms .NET
OK, I\'ve read every question here about strong named assemblies and just want to clarify something. First though, from what I\'ve read, GAC aside, strong named assemblies prevent a malicious t开发者[详细]
2022-12-18 13:09 分类:问答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:[详细]
2022-12-16 21:48 分类:问答Strongly name three assemblies that reference each other
开发者_JAVA技巧This is probably really easy, but I\'m stumped (and I\'m a noob with c#).I have 3 assemblies that reference each other (for example, registering for notification of a delegate method, o[详细]
2022-12-16 16:24 分类:问答interface not implemented error when signing C# assembly
I\'ve been trying to sign an assembly and getting this error: \'Utils.Connection\' does not implement interface member \'Interfaces.IConnection.BugFactory()\'. \'Utils.Connection.BugFactory()\' cann[详细]
2022-12-16 00:09 分类:问答Strong name validation failure exception in ASP.NET
I have a project solution in VS 2005 in which there is one web application in asp.net and couple of libraries written in c开发者_C百科# which are used by the web application.We are using all dll/exe o[详细]
2022-12-14 17:48 分类:问答What is the recommended way to manage a strong-name key pair for an open-source project?
I manage an open-source project and would like to sign the binaries that are released in the project\'s binary package.I use Visual Studio csproj and sln files to manage and build my project, and also[详细]
2022-12-12 21:21 分类:问答Strong named assembly not working in my Visual C#
I have a project and I want to strong name the executable file. Using command-line compiling works well:[详细]
2022-12-12 11:48 分类:问答.NET - providing sign certificate with 3rd party libraries
I want sell some .NET library and I want provide \"edition\" with full source c开发者_如何转开发ode.[详细]
2022-12-11 16:38 分类:问答Is Strong Name necessary in Sharepoint to use a WebPart?
I 开发者_开发百科have created a webpart and want to deploy that in Sharepoint. I want to deploy the web part in bin.[详细]
2022-12-11 00:26 分类:问答