Home All Groups Group Topic Archive Search About
Author
19 Jan 2006 2:08 PM
Heinz
Hi all,

sn.exe is included in .net SDK. Is it possible to use sn.exe even on a
system without .net SDK? .net Framework is installed but I don't want to
install the 100MB SDB just for sn.exe. I copied sn.exe to another
computer but I got an error message about missing MSVCR71.DLL....?

Author
19 Jan 2006 4:41 PM
Mattias Sjögren
>sn.exe is included in .net SDK. Is it possible to use sn.exe even on a
>system without .net SDK? .net Framework is installed but I don't want to
>install the 100MB SDB just for sn.exe. I copied sn.exe to another
>computer but I got an error message about missing MSVCR71.DLL....?

I don't know whether Sn.exe is redistributable. But if it isn't, you
can write your own tool using the same APIs that it uses. Shawn Farkas
did so in a series of blog entries. See this and related posts

http://blogs.msdn.com/shawnfa/archive/2004/06/18/159711.aspx


Mattias

--
Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.