Tagged Questions
The delay-sign tag has no wiki summary.
7
votes
1answer
4k views
Team Foundation Server Build with password protected codesigning fails
I'm trying to setup a continuous integration build on TFS 2008. In the project I want to build I use a key for signing. This key uses a password. I can't get it to build, because during the build TFS ...
2
votes
1answer
41 views
What windows SDK parts are needed to run sn.exe
I want to run sn.exe in order to be able to run a delayed signed project in a server. If I install the whole windows SDK everything runs smoothly, but which exact part of SDK is needed? I am asking ...
1
vote
1answer
75 views
What exactly are Delay signing and strong names in .net?
I have seen in many article it is written that
Delay signing and strong name for an assembly prevents it from hi-jacked.
What does that mean?
The only thing that i know is without a strong name you ...
1
vote
1answer
202 views
Why do I recieve the warning “The SDK for the 'net-2.0' framework is not available or not configured.” when running a delay-sign task in NAnt?
I'm using NAnt 0.85 as a build script. Part of the script is to complete the signing process of delay-signed assemblies using the delay-sign task.
When the script is executed on the build server, it ...
1
vote
1answer
390 views
Delay signing during development and not on the build server
I've got a few projects that are configured for delay signing on development machines, and I want to configure the build server so that it doesn't delay sign release builds.
How can I do this?
I'm ...
0
votes
2answers
77 views
How do I strong name an assembly that is shared by several developers?
My colleagues and I have a C# project must be registered with COM using either regasm.exe or RegistrationServices for Excel interop. As a result, the assembly must be signed with a strong name key. ...