Thursday, August 21, 2008

Visual Studio 2008 SDK 1.1 is released!

Visual Studio 2008 SDK 1.1 has been released today and now it’s available for download!

A week ago VS Ecosystem team released a Service Pack 1 for the Visual Studio 2008 and today they completed another big deal – VSSDK 1.1. Developers who will be developing against Visual Studio Service Pack 1 now have updated tools, headers, and some new features in the SDK.

There are some notes about what is included to the 1.1 SDK release:

  • Significant size reduction for Visual Studio Shell redistributable packages. The Visual Studio Shell Isolated and Visual Studio Shell Integrated redistributables are now approximately 150 megabytes smaller. The redistributables no longer carry the full .NET Framework 3.5 payload. However, they contain a bootstrapper that automatically downloads the .NET Framework 3.5 runtime if it is not installed on the target computer.
  • Support for progress feedback in a chained installation. The Visual Studio Shell Isolated and Visual Studio Shell Integrated redistributables can now pass installation progress back to the chaining process. This lets developers display accurate progress in their setup programs.
  • Visual Studio Shell development now supports normal user. Developing and deploying a Visual Studio Shell application no longer requires the developer to be an administrator on a Windows XP computer or to have elevated privileges on a Windows Vista computer.
  • DSL Print Preview. The ability to preview a DSL before printing has been added to the DSL designer.
  • New XML Tree Editor sample. The SQL Server team has provided a new XML Tree Editor sample.  The earlier sample has been removed.
  • New TFS Samples. Two new TFS samples have been added.
    • VSExtensibilitySample. This new TFS sample provides an example of creating a Visual Studio add-in that interacts with the Version Control user interface of Team Explorer.  The sample comes with a detailed Word doc that provides insight into the requirements of such an add-in.
    • RichClientCustomControl. This new TFS sample provides an example of creating Work Item Tracking custom controls that work within Team Explorer.  The sample comes with a detailed Word doc that provides insight into the requirements of custom controls as well as a separate document that describes how to write custom controls that can be used within the Team Server Web Access environment .
  • Updated Shell documentation. Documentation about the Shell has been added.

The Visual Studio 2008 SDK 1.1 can be downloaded here.

Keep in touch and happy extending!

1 comment:

Dmitry Pavlov said...

There is also Readme for Microsoft Visual Studio 2008 SDK 1.1 from Quan To. I strongly recommend to read before installing VSSDK 1.1 ;)