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..
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...

Signature
Thanks & Regards,
John Paul. A
MCP
> I am creating a StrongNameKey in Command Prompt.
>
[quoted text clipped - 3 lines]
>
> Tell me where to get it..
Prabu - 11 Jul 2004 12:54 GMT
Thanks John.
Your step-by-step explanation is good.

Signature
Thanks,
Prabu
> Dear Prabu,
> You have to add this facility externally. Please follow these steps..
[quoted text clipped - 21 lines]
> >
> > Tell me where to get it..