WebGrid Community Server

Welcome to WebGrid Community Server Sign in | Join | Help
in Search

Adding Pulic Token Key to WebGrid.dll

Last post 11-17-2009, 8:43 by cutter. 1 replies.
Sort Posts: Previous Next
  •  11-17-2009, 4:50 1444

    Adding Pulic Token Key to WebGrid.dll

    Hi
    I want to put WebGrid.dll to GAC, but currently the WebGrid.dll does not has the Public Token Key, so I cannot put there.

    Could you please create a Public Token Key for WebGrid.dll?

    Thanks
  •  11-17-2009, 8:43 1445 in reply to 1444

    Re: Adding Pulic Token Key to WebGrid.dll

    Hi,
    i added the key this way:
    -Open a Visual Studio Command Prompt

    In the Command Prompt:

    sn.exe –k webgridkey.snk

    ILDASM.exe webgrid.dll /out=webgrid.il

    ILASM.exe webgrid.il /dll /out=webgridSigned.dll /key=webgridkey.snk

    That worked for me to install in gac.
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems