473,326 Members | 2,182 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

delay sign..

I have a complied DLL, and no source code. THe file was complied with
delaysign attribute set to False. I need to sign this file. How do I perform
this?

Vijay
Oct 17 '07 #1
3 1609
Vijay,

Do you mean that the /delaysign- flag was used when compiling the
assembly? If so, you can't sign the file, since it should already be fully
signed and one of the benefits of strong naming an assembly is that you can
tell when it has been altered.

What is it that you are trying to do?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Vijay" <vb@yy.comwrote in message
news:ue**************@TK2MSFTNGP05.phx.gbl...
>I have a complied DLL, and no source code. THe file was complied with
delaysign attribute set to False. I need to sign this file. How do I
perform this?

Vijay

Oct 17 '07 #2
I have a DLL file that was built with DelaySign attribute set as false. I
don't have the source code with me to recomplie and set the attribute as
true and add a key. Is there any way I can do this without the source code?

Vijay

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:ur**************@TK2MSFTNGP02.phx.gbl...
Vijay,

Do you mean that the /delaysign- flag was used when compiling the
assembly? If so, you can't sign the file, since it should already be
fully signed and one of the benefits of strong naming an assembly is that
you can tell when it has been altered.

What is it that you are trying to do?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Vijay" <vb@yy.comwrote in message
news:ue**************@TK2MSFTNGP05.phx.gbl...
>>I have a complied DLL, and no source code. THe file was complied with
delaysign attribute set to False. I need to sign this file. How do I
perform this?

Vijay


Oct 17 '07 #3
Vijay,

You mean that the AssebmlyDelaySignAttribute is applied to the assembly
then. If this is the case, without the source code, there isn't a way you
can resign the dll. Since the DelaySign property is set to false, it means
that the assembly is fully signed.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Vijay" <vb@yy.comwrote in message
news:Ol*************@TK2MSFTNGP06.phx.gbl...
>I have a DLL file that was built with DelaySign attribute set as false. I
don't have the source code with me to recomplie and set the attribute as
true and add a key. Is there any way I can do this without the source code?

Vijay

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:ur**************@TK2MSFTNGP02.phx.gbl...
>Vijay,

Do you mean that the /delaysign- flag was used when compiling the
assembly? If so, you can't sign the file, since it should already be
fully signed and one of the benefits of strong naming an assembly is that
you can tell when it has been altered.

What is it that you are trying to do?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Vijay" <vb@yy.comwrote in message
news:ue**************@TK2MSFTNGP05.phx.gbl...
>>>I have a complied DLL, and no source code. THe file was complied with
delaysign attribute set to False. I need to sign this file. How do I
perform this?

Vijay



Oct 17 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Graham Allwood | last post by:
Hi, I have an assemly that is delay signed during the dev work and then it is resigned later when we perform a release build. In the same solution I have a setup project that uses the PRIMARY...
14
by: Des L. Davis | last post by:
System: Dell PowerEdge Server with 3 GB RAM, 2.4 GHz Celeron Software: Microsoft SQL Server 2000 Enterprise running on Windows 2003 Server Software: Microsoft SQL Server 2000 Enterprise running on...
7
by: JellyON | last post by:
Hi. Is there a way to delay a call to a page counter (ie. call to a server script from an IMG tag) for the purpose to not lock the page loading awaiting counter be displayed. Maybe a...
6
by: lucifer | last post by:
hi i need to insert delay in my program what function should i use the old delay is not supported by the VC6
6
by: Trevor Hardwick | last post by:
Hi I'm Delay Signing an assembly. The Register for Com Interop property is set to true for all output files. When I build the solution I get the following error: "COM Interop registration...
20
by: Doug Thews | last post by:
I ran into an interesting re-pain delay after calling the Abort() method on a thread, but it only happens the very first time I call it. Every time afterward, there is no delay. I've got a...
7
by: mfeingold | last post by:
I am working on a system, which among other things includes a server and a ..net control sitting in an html page and connected to the server. I ran into a couple of problems, you guys might have...
5
by: IgorZ | last post by:
Hello i made a program based on the tutorial on youtube. It's suppose to calculate the average between 3 numbers so i got some questions about that. 1. How to detect when a person enters a number...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.