quick question on al.exe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tariq

    quick question on al.exe

    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


  • Peter Koen

    #2
    Re: quick question on al.exe

    "tariq" <t#@Softhome.ne t> wrote in news:#Hj$F6soDH A.2268
    @TK2MSFTNGP12.p hx.gbl:
    [color=blue]
    > 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
    >
    >[/color]

    not with al. it's done with the strongname tool:

    sn -R library.dll org.snk

    --
    ------ooo---OOO---ooo------

    Peter Koen - www.kema.at
    MCAD CAI/RS CASE/RS IAT

    ------ooo---OOO---ooo------

    Comment

    • Tariq Ayad

      #3
      Re: quick question on al.exe


      Thanks very much


      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • Rashad Rivera

        #4
        Re: quick question on al.exe

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

        - Rashad [MCP]

        Comment

        • Tariq Ayad

          #5
          Re: quick question on al.exe

          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

          *** Sent via Developersdex http://www.developersdex.com ***
          Don't just participate in USENET...get rewarded for it!

          Comment

          • Grant Richins [MS]

            #6
            Re: quick question on al.exe

            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.

            --
            --Grant
            This posting is provided "AS IS" with no warranties, and confers no rights.


            "Tariq Ayad" <t#@softhome.ne t> wrote in message
            news:OHaQXLvrDH A.1740@TK2MSFTN GP12.phx.gbl...[color=blue]
            > 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
            >
            > *** Sent via Developersdex http://www.developersdex.com ***
            > Don't just participate in USENET...get rewarded for it![/color]


            Comment

            Working...