vote up 1 vote down star

I looked into C:\Program Files\Microsoft.NET

and I can't see any sn.exe file, I have .NET 3.5 runtime installed isn't it enough ?

flag

64% accept rate

3 Answers

vote up 3 vote down check

You need to install the Windows SDK 6.0a, not just the runtime.

If you've installed VS2008, you'll find it's already installed, and sn.exe will be here:

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\sn.exe

Otherwise, if you don't have VS2008 installed, you can download the SDK individually here.

link|flag
vote up 3 vote down

It's part of the SDK (.NET, or now the Windows SDK)

link|flag
vote up 1 vote down

Nope, looks like you need the SDK for that :(

BTW it would be under C:\Windows\Microsoft.NET\vXXXXXX\

link|flag
No, that is the runtime folder. That contains some tools, but not sn. – Henk Holterman Oct 8 at 14:15
Well of course it is! He said he just has the runtime installed. I pointed him to where the runtime would be. (and said sn is not there as it only comes with the SDK). – leppie Oct 8 at 14:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.