Here's the link to the Windows SDK. It says it's for Vista, but it also
works on XP (SP-2).
http://www.microsoft.com/downloads/...22-8a64-4dfb-aa0c-db53035f40a0&DisplayLang=en
To tie the help in to Visual Studio, you needed to download and install
the Windows SDK *before* installing the .Net 3.0 extentions.
Thank you very much for the links, and especially the explanation about
what order to install things.
One thing I'm not clear on: can the SDK and extensions be installed with
Visual Studio already installed? The installation page for the SDK has a
blurb about uninstalling pre-release versions of a variety of software,
including Visual Studio. But I'm hoping that really does mean just
pre-release versions, and that I don't have to uninstall VS 2005 before
installing the SDK and extensions.
Is that true?
Thanks,
Pete
-----------------------------------------
Yes, they can. In fact, I would be sure you have SP-1 installed for Visual
Studio -- the real SP-1, not the beta.
I think they're mostly talking about the betas for .Net 3.0. You want to be
sure to uninstall any of those before you install the final version.
Good luck. I've been playing around with WPF; it's pretty cool.
Robin S.