1
vote
3answers
28 views
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 asse …
1
vote
3answers
40 views
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:
csc ... /keyfile:...
But I would like the IDE to do this, so I find t …
1
vote
1answer
335 views
Where is the Wrapper Assembly Key File setting in VS 2008?
I'm trying to build an application that is strongly named. It is referencing a COM interop library that I add via the Add References dialog. It's been a while, but I seem to reca …
0
votes
1answer
13 views
.NET - providing sign certificate with 3rd party libraries
Hi,
I want sell some .NET library and I want provide "edition" with full source code.
Should I provide the sign certificate with the source code or should users-developers sign it …
3
votes
3answers
132 views
Deserialize object into assembly that is now signed and versioned
I used to serialize a treeview with the BinaryFormatter (c#). The Assembly that did just that and which contains the all the serializable classes has now a strong name and is signe …
0
votes
1answer
25 views
TFS MSBuild Strong name and code signing of assemblies.
I need to strong name and code sign my assemblies.
I dont want to change anything in Visual Studio, all changes must be on the TFS Build server.
Any know how I can do this?
0
votes
2answers
57 views
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.
I have not created a strong name for dll (webpart code). Is strong name a mus …
0
votes
1answer
17 views
Error when typecasting a plugin instance in a signed assembly
I'm developing an application with plugins. I have a separate API assembly with all the API interfaces.
The main application dynamically loads the plugins from dlls:
object pi = …
0
votes
1answer
41 views
Redirect assembly binding to an custom/unsigned dll
Problem
The basic problem is I want to debug some 3rd party code to see how it works so I can replace part of it.
Is there anyway to redirect the binding so that it will not use …
0
votes
1answer
114 views
Cryptographic failure while signing assembly ‘<assemblyname>.dll’ – ‘Bad Version of Provider’
I purchased an authenticode certificate from a well known provider.
Now I want to strong name an assembly and later on digitally sign it.
This is what I've done so far:
Extract …
0
votes
1answer
131 views
How to force WPF to use resource URIs that use assembly strong name? Argh!
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 problemat …
3
votes
3answers
252 views
C# Plugin Architecture with Strong Names: A Misunderstanding
I have a server executable that talks to Active Directory to retrieve user information. In addition to AD, this exe allows customers to write their own plugins to talk to custom us …
8
votes
7answers
576 views
Anything wrong with NOT signing a .NET assembly?
Hi,
One of my colleague is very keen on signing assemblies. He literally tries to sign anything, even when we use assemblies from Microsoft that are not signed he will take the so …
-1
votes
1answer
46 views
Designer to see internals?
I have my signed assemblies here, in one of them I have a picture in the resources.
The other one is granted to use it as it's own, so my other assembly can reference the picture, …
1
vote
1answer
163 views
Do you strong name all assemblies your product uses?
I have a product which has around 10+ assemblies. We used to ship it without strongly naming the assemblies. But after reading about strong naming, I guess it is a wise idea to str …
