Share via


Have YOU Updated Your Windows SDK Recently?

win-SDK_rgbIt can be pretty hard to keep everything up-to-date on a developer workstation these days. With so many CTP releases, betas, and service packs, I know I often realize that my own machine is behind in one area or another.

One particularly worthwhile update that might have missed your attention over the last couple of weeks is a new release of the Windows SDK, focused on enhancements in the .NET Framework 3.5, Windows Vista SP1 and  Windows Server 2008. Amongst other changes, this updated SDK has new documentation that covers all the new classes in WPF 3.5 (e.g. UIElement3D, System.AddIn, LINQ-based data binding), a variety of new samples for common Windows services such as User Account Control, Windows Search, Windows Error Reporting, Speech, and a range of shell APIs. If you've not installed the Windows SDK before, another incentive is a ZIP file containing over 100MB of sample WPF code (check out %ProgramFiles%\Microsoft SDKs\Windows\v6.1\Samples\WPFSamples.zip).

After installing the Windows SDK, you'll want to do two things:

  • Run the new Windows SDK Configuration Tool (Start / Programs / Windows SDK v6.1 / Visual Studio Registration) to ensure that this is set as the default help collection in Visual Studio
  • Follow this workaround to fix a XAML Intellisense bug that will be very irritating if you're a WPF developer.

For more information on the Windows SDK, check out the team's blog or visit the recently overhauled Windows Vista development center on MSDN.

Comments

  • Anonymous
    March 14, 2008
    Do we need this if we're running vs2008 or is it included?

  • Anonymous
    March 14, 2008
    This is an update to what's provided in Visual Studio 2008. That release contains a subset of "Windows SDK V6.0a" only; this is a new release altogether that was timed to match the Windows Server 2008 / Windows Vista SP1 RTM.

  • Anonymous
    April 08, 2008
    Thanks for this info. Can i just say that there really needs to be some re-organisation and education on which SDK to be using and where it should be downloaded from. Looking in my MSDN subscriber download area i can see multiple variants of Platform SDK, Windows SDK and Windows SDK for Vista but so far the version you link to hasn't appeared. Makes me wonder if the MSDN subscription is worth the money?

  • Anonymous
    June 01, 2008
    Setting up your WPF build environment can be a tedious exercise. this weekend, I re-formatted my build