sn.exe and the .net SDK 1.1
Hello,
I am trying to create a strong name key for one of my .net components, however I can not find the tool that msdn references as sn.exe which is part of the security tools of the .NET SDK 1.1. Anyone know where I can download this utility or the SDK?
thanks!
-ken
[277 byte] By [
KenY] at [2008-2-15]
It can be in a variety of places.
If you have Visual Studio .NET 2003 installed it is the following folder (assuming you installed to the default):
C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin
Also if you start the Visual Studio .NET 2003 Command Prompt, this folder is part of the path statement, so you can use these commands in any folder.
Otherwise, if Visual Studio is not installed it will be in the following folder (assuming you system root is C:\Windows):
C:\Windows\Microsoft.NET\SDK\v1.1\Bin
Hi,
Maybe he used the default command prompt.
Just use vs.net 2003 command prompt from start -> programs -> Microsoft Visual Studio .NET 2003 -> Microsoft Visual Studio .NET Tools
Cheers.