Everything about software architecture and software engineering

20070306

Visual Studio 2005 SDK 4.0 Released...

Microsoft announced Visual Studio 2005 SDK 4.0 released. This new release includes usual tools but enhanced versions. You can check the new features out by clicking here

-updated-
Here is the list of new features:

New and Updated in the February 2007 "v4" Release
The Visual Studio 2005 SDK 4.0 now includes an SDK Browser to enhance the overall experience with Visual Studio extensibility development and to connect users with the community and online contents.

The Package Load Failure (PLF) Analyzer is now included with the SDK. The PLF Analyzer can do a complete analysis of package load failures and present the diagnostic information to the user.

A Toolbox Control Installer is now included with the SDK. This is a redistributable package that Toolbox component vendors can include in their Setup programs to simplify the deployment of their components. A new sample (Example.InstallToolboxControls) has been included to demonstrate this functionality.

The IronPython sample now recognizes external line mapping comments. These come in the form of #ExternalSource(“filename”, lineNumber) and are ended with a #EndExternalSource comment. This format matches the format of the C# compiler and is used for a similar purpose. Errors reported on lines in an ExternalSource region will include file name and line number information based on the ExternalSource comment. This enables scenarios such as ASP.NET code-behind where the source code from the Web page is inserted into generated code in another file.

Documentation improvements include a new Visual Studio SDK Guided Tour, new Visual Studio Package Load Failure Analyzer documentation, new Command Bar Combo Box code sample documentation, a new Toolbox Controls Installer tutorial, and considerations for developing and running solutions on Windows Vista.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home