Download details: Visual Studio 2005 SDK version 4.0
Visual Studio 2005 SDK가 1.0이 나온지 1년 반정도만에 벌써 4.0이 나왔습니다. CTP때도 보셨겠지만 3.0에 비해서:
SDK 브라우저, Package Load Analyzer(VS Extension 제작시 사용), Toolbox Installer(툴박스용 컴포넌트 배포용), Setup 향상, 새로운 샘플들(IronPython용, WAP용등), Sandcastle, TFS 샘플과 문서등등
이 추가 또는 향상되었습니다. Visual Studio를 확장하기 위해서 이만한 예제들과 SDK가 없을 것입니다.
자세한 내용은 여기의 VSSDK팀의 James Lau 블로그에서 찾을 수 있습니다.
출처 :
---------------------------------------------------------------------------------------
The highlights to this release are:
Visual Studio SDK Browser
As part of the Visual Studio product development team’s community initiatives, the team has built a Visual Studio SDK Browser to enhance the overall Visual Studio Extensibility development experience and to connect users with the community and online contents. The Visual Studio SDK Browser is a key feature of Visual Studio 2005 SDK 4.0.
Package Load Analyzer
The Package Load Analyzer analyzes package load issues and then provides diagnostic information instead of a generic failure message. For example, if a package load issue was caused by a failed Package Load Key (PLK) verification, then the Package Load Analyzer will present that reason together with supporting data. This data may also help Microsoft Customer Support or VSPackage providers trouble-shoot package load issues on end user computers.
Toolbox Control Installer
Visual Studio 2005 introduced a change in the Toolbox that would have required a component vendor to create a VSPackage in order to make components appear in the Toolbox. Included in this release is a redistributable Toolbox installer package that component vendors can include in their Setup programs to simplify the deployment of their components. By using the Toolbox installer package, a vendor does not have to create a VSPackage to load components in the Toolbox. The redistributable Toolbox installer package is an .msi file, and the Controls sample demonstrates how to use it.
Updated TFS Contents
The Team Foundation Server samples and contents have been updated to include new sample and documentation.
DSL Tools Bug Fixes
This release contains bug fixes for the DSL Tools that were released in Visual Studio 2005 SDK 3.0. For details about the bug fixes, refer to the DSL Tools readme.htm, which is located in <Visual Studio SDK installation path>\2007.02\VisualStudioIntegration\Tools\DSLTools\.
Updated Setup Experience
This release has an entirely new Setup experience with a fresh look and feel. Installing the Help documentation is optional. The documentation is now available online at http://go.microsoft.com/fwlink/?LinkID=76770&clcid=0x409.
New Toolbar Combo Box Sample
This sample shows how to create combo boxes on Visual Studio toolbars. You can find this sample in the folder <Visual Studio SDK installation path>\2007.02\VisualStudioIntegration\Samples\IDE\CSharp\Reference.ComboBox\.
IronPython Bug Fixes
The IronPython sample now recognizes external line mapping comments. These follow 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 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.
Sandcastle Documentation Compilers
Sandcastle is a tool that lets developers automate the creation of accurate managed class library documentation with a common look and feel. For more information about Sandcastle, see http://www.sandcastledocs.com/. Sandcastle produces documentation by using .NET Reflection on source assemblies. As an option, developer source code comments provided by the Visual Studio XML Documentation Comments feature can be integrated. The Sandcastle tools can be found in <Visual Studio SDK installation path>\2007.02\VisualStudioIntegration\Tools\Sandcastle\.
출처:
댓글을 달아 주세요
덕분에 짜증하나 해결했습니다. 고맙습니다.
해결을 하셨다니 다행입니다.
그래서 가끔 문제가 발생하긴 하더군요!!
그런데 2008 쓰면서는 한번도 발생은 하지 않았습니다!!
전 2008 쓰다가 발생했는데 ... 정말 고맙습니다
저도 2008 쓰면서 발생했는데.... 휴~ 정말 감사합니다. 어제 새벽만해도 되던게 안되서 정말 당황했거든요.
좋은 정보 감사합니다.