Groups | Blog | Home
all groups > dotnet sdk > july 2004 >

dotnet sdk : Where to find sn.exe in VS.NET



Prabu
7/11/2004 3:54:02 AM
I am creating a StrongNameKey in Command Prompt.

e.g sn -k key1.snk

Everytime when I want to create the key, I have to go to command prompt. Is it possible to do the same in VS.NET. I tried, but I dont find the option in VS.NET.

Tell me where to get it..

--
Thanks,
John Paul. A
7/11/2004 4:15:02 AM
Dear Prabu,
You have to add this facility externally. Please follow these steps..
1> Go To Tools Menu
2> Click External Tools Sub Menu
3> In the External Tools window. Click Add Button..
4> Give these details
a> Title : Strong Name Key
b> Command : <choose sn.exe file path>
c> Arguments : -k
d> Initial Directory : $(ProjectDir)
e> TICK the use output window
f> TICK the prompt for arguments
5> Press Apply and OK.

You then go to Tools Menu and Click Strong Name Key Sub Menu.....

DONE.... This will do your job...


--
Thanks & Regards,
John Paul. A
MCP


[quoted text, click to view]
Prabu
7/11/2004 4:54:01 AM
Thanks John.
Your step-by-step explanation is good.
--
Thanks,
Prabu


[quoted text, click to view]
AddThis Social Bookmark Button