strongname Questions
3
Solved
How can I remove a strong name from a 3rd party assembly that I do not have the source code for, maybe using ilasm/ildasm (since it is possible to add a strong name using ilasm/ildasm)?
Generally,...
Botanize asked 2/8, 2016 at 9:28
4
Solved
I am currently thinking about open-sourcing a project of mine and am in the process of preparing the source code and project structure to be released to the public. Now I got one question: how shou...
Shutter asked 28/12, 2008 at 12:51
6
Solved
I get an Access is Denied error message when I use the strong name tool to create a new key to sign a .NET assembly. This works just fine on a Windows XP machine but it does not work on my Vista ma...
Numismatist asked 15/8, 2008 at 2:1
4
We're signing our library but one of our external dependencies is itself not signed, giving us the following error:
Referenced assembly 'ManyConsole' does not have a strong name
We get the ManyCo...
Jammiejammin asked 20/9, 2013 at 1:56
5
{"Could not load file or assembly 'AssemblyName, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from...
Content asked 29/1, 2014 at 15:19
12
Solved
I cannot build projects with a strong name key signing - the message in the title always comes up.
Yes the project was initially copied over from another machine. However even if I add a new key v...
Bul asked 14/8, 2012 at 17:3
16
Solved
I've added a weakly named assembly to my Visual Studio 2005 project (which is strongly named). I'm now getting the error:
"Referenced assembly 'xxxxxxxx' does not have a strong name"
Do...
Pigtail asked 1/12, 2008 at 17:16
6
After getting the instruction from google, I've tried to create StrongNameFile with the following command:
C:\Program Files\Microsoft Visual Studio 9.0\VC\sn -k StrongNameFile.snk
When I ran the...
Tishtisha asked 18/1, 2010 at 4:45
4
Solved
I have a project, and I created a strong name key file for it.
How can I tell what the strong name of my assembly is? It seems this should be obvious, but I can't find any reference to it.
Cordero asked 29/6, 2013 at 1:19
4
Solved
I am trying to load a third party COM dll into my application. Everything builds fine but when I run the application I keep getting this message from my application:
Could not load file or asse...
Rotund asked 21/8, 2015 at 20:5
5
Solved
I have been reading the proper article in MSDN, Strong-Named Assemblies and a related Stack Overflow question, Checking an assembly for a strong name.
To which extent can a strong-named asse...
Scopolamine asked 15/12, 2008 at 18:17
2
Solved
Ok, so i know how to strong name an assembly and regasm it, so I can access it from a an ASP page.
By strong naming it, it can be placed in the GAC and thus be easily accessible from an ASP page.
...
Talkative asked 11/6, 2009 at 15:18
2
Solved
I've noticed that core .NET assemblies have PublicKey = 00000000000000000400000000000000. Not only it's shorter then those sn.exe allows to generate (min 384 bits) but also it has a lot of zeros.
...
Saddle asked 26/8, 2011 at 13:22
3
I am trying to add an assembly to the cache on Visual Studio 2010 Command Prompt. I get this error "Failure adding assembly to the cache: Attempt to install an assembly without a strong name". I am...
Gilberto asked 25/8, 2014 at 19:49
10
Solved
How do I find out the fully qualified name of my assembly such as:
MyNamespace.MyAssembly, version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089
I've managed to get my PublicKeyT...
Iridescent asked 18/3, 2009 at 14:21
2
Solved
Within my Visual Studio solution I have a web site and 4-5 class library projects which are referenced., some of which reference external third party assemblies as well.
I've been given the task o...
Hypnotism asked 31/10, 2012 at 10:12
1
Solved
I'm trying to understand the point of strong-naming assemblies in .NET. While googling about it I noticed that everywhere it is said that it ensures that the code comes from me and wasn't tampered ...
Sophia asked 2/11, 2018 at 10:23
3
Solved
I'm writing a .NET tool that requires the SQL Server SMO library. I don't care if it's the version from Server 2005 (9.0), 2008 (10.0) or 2008 R2 (probably 10.5, didn't check). The SMO library is i...
Killingsworth asked 29/7, 2011 at 14:51
7
O.k, this is really irritating, I had noticed previously that the code generated by WPF for loading XAML resources did not appear to use strong names and therefore may be problematic for scenarios ...
Freiman asked 21/9, 2009 at 6:34
3
Solved
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 a...
Tiddlywinks asked 2/12, 2009 at 7:43
3
Solved
I have a c# solution that contains multiple c# class libraries. I am being doing some research recently and it is suggested that the outputted assemblies from my libraries should be signed, making ...
Roop asked 5/12, 2011 at 21:21
2
I have a code base which requires strong names.
At first, I thought this was going to be an easy fix, as I simply assigned strong names to the ServiceStack assemblies I needed. This failed due to...
Filter asked 28/5, 2013 at 14:59
4
How to Disable .Net Strong Name Verification for All .Net assembly in system by config .net framework or IIS or project's config?
(click for larger image)
Manstopper asked 13/2, 2014 at 19:32
4
.Net security noob here... What is the simplest way to prevent someone else from loading my assembly?
Background: Although I am really looking for just 'good enough' protection (with enough time/...
Melanosis asked 8/1, 2017 at 23:44
5
Solved
So here is the problem: We have decided to buy a code signing certificate, we bought one from Godaddy which was in p12 format.
After researching I found out that p12 and pfx is the same thing with...
Forwardlooking asked 21/2, 2014 at 9:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.