quick question on al.exe

  • Thread starter Thread starter tariq
  • Start date Start date
T

tariq

Hi,
got a quick question on al.exe
i have an assembly say library.dll without any strong name
i have a sn pair say org.snk

how do i sign library.dll with org.snk using al?

tx
-T
 
I tried that and I got an error message; "library.dll does not represent a strongly named assembly." What could be the problem?

- Rashad [MCP]
 
It kinda doesnt work.

The dll should already have a strong name to sn -R....

What is needed is a way of inserting a sn key pair to dll which is not
signed

-Tariq
 
There is no way to do that.

The closest you can do is to sign something that was delay signed, or to
re-sign something that was signed (or delay signed) with a different key.
 
Back
Top