WebGrid Community Server
Welcome to WebGrid Community Server
Sign in
|
Join
|
Help
in
Request / Suggest a new feature for WebGrid (forum)
WebGrid - plug and play datagrid (group)
(Entire Site)
Search
Home
Forums
WebGrid Community Server
»
WebGrid - plug and play datagr...
»
Request / Suggest a new featur...
»
Re: Adding Pulic Token Key to WebGrid.dll
Adding Pulic Token Key to WebGrid.dll
Last post 11-17-2009, 8:43 by
cutter
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
11-17-2009, 4:50
1444
trungpv
Joined on 11-16-2009
Posts 1
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
Report abuse
11-17-2009, 8:43
1445
in reply to
1444
cutter
Joined on 10-19-2009
Posts 14
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.
Report abuse
2006 WebGrid. All rights reserved.