Delen via


VS SDK for Orcas Beta 1 (April CTP) is now available

Our team is happy to bring you the latest VS SDK that matches Visual Studio Orcas Beta 1 that was released last week. You can download it immediately from https://www.vsipmembers.com.

What We Have Done

· All samples have now been updated to work with "Orcas" Beta 1, and have been converted (where appropriate) to use version 9.0 of the Managed Package Framework (MPF).

· SDK Tools have now been updated to use version 9.0 of the MPF. For more information, see the "Known Issues" section later in this readme.

· Command table configuration (.ctc) files have been deprecated in favor of XML command table (.vsct) files. All samples that used .ctc files have been converted to use .vsct files.

· A new property, UseVS2005MPF, has been added to enable the registration of packages that still use MPF 8.0. This property must be set to True in the project that builds the package.

· The Visual Studio Code Name “Orcas” SDK April 2007 CTP now works side-by-side with the Visual Studio 2005 SDK 4.0, provided that Visual Studio 2005 and Visual Studio "Orcas" Beta 1 are installed on the same computer.

· DSL Tools have been added back to this release. Changes to DSL Tools include the following:

Ø All editions of Visual Studio Code Name “Orcas” Beta 1 now include the DSL Tools runtime. This means you no longer need to redistribute the runtime with your designer. Microsoft delivers updates to the runtime as part of the standard Visual Studio update process. The DSL Setup project has been changed accordingly.

Ø In accordance with changes in the Visual Studio Code Name “Orcas” SDK, the .ctc files used to define elements of the user interface such as menu items have been replaced with .vsct files. Designer authors will need to update custom .ctc files accordingly. See https://msdn2.microsoft.com/en-us/library/bb166366(VS.80).aspx for details.

Ø Instructions for migrating designers built using DSL Tools in the Visual Studio 2005 SDK to this release may be found in the DSL Tools readme.htm, which is located in <Visual Studio SDK installation path>\2007.04\VisualStudioIntegration\Tools\DSLTools\.

Known Issues

· Visual Studio Code Name “Orcas” SDK April 2007 CTP must be installed together with Visual Studio “Orcas” Beta 1.

· Help Integration Wizard is not yet functional.

· Integration tests in C# Example.EditorWithToolbox and C# Reference.ComboBox samples are not yet functional.

· The following samples have some failing unit tests:

Ø C# Reference.ComboBox

Ø C# Example.NestedProject

Ø C# Example.BasicSccProvider

Ø C# Example.SccProvider

Ø C# Example.VSIDEHostAdapter sample unit test project has some build errors.

· Namespace.exe is not yet included in the Visual Studio Code Name “Orcas” SDK.

 

The new VS Orcas SDK Beta 1 online documentation will also be put on MSDN shortly. Stay tuned! As always, please let us know what you think of the product by sending email to vssdkfbk@microsoft.com.

Comments

  • Anonymous
    April 27, 2007
    James Lau posted the details about the new VS SDK for Orcas Beta 1 (April CTP) download that went live

  • Anonymous
    April 27, 2007
    vs.Eco VS SDK for Orcas Beta 1 (April CTP) is now available Visual Studio 2005 SDK 4.0과 SxS(Side by Side)로

  • Anonymous
    April 28, 2007
    Hi James, Thanks for good news! Do we need now to create a new branch of our product (custom MPF package) for Visual Studio Orcas based on “Orcas” SDK April 2007 CTP, and at the same time - continue developing our package for VS 2005 using Visual Studio 2005 SDK 4.0? I just want to clarify this - we have to use special VSSDK version to develop the package for every version Visual Studio. Is it right? Thanks, Dmitry Pavlov

  • Anonymous
    April 28, 2007
    Hey Dmitry, Yes, I would recommend that you create a separate branch right now for your Orcas and Whidbey products. We plan on making some enhancements to MPF as we move forward, and we plan to make those targettable for Whidbey/Orcas (i.e. you don't need separate branches), but for now, I think it would be simpler if you do.

  • James
  • Anonymous
    April 28, 2007
    We've just released a version of the Visual Studio SDK that targets Visual Studio "Orcas" Beta 1 . You

  • Anonymous
    April 30, 2007
    Last week we released the VS SDK for VS "Orcas" Beta1. You can use this lastest version of the SDK to

  • Anonymous
    April 30, 2007
    As announced over on James' blog we've just released a CTP of DSL Tools that works on Visual Studio "Code

  • Anonymous
    May 15, 2007
    I'm confused about how to use the Use2005MPF property. I tried putting this in my project file:     <Use2005MPF>true</Use2005MPF> , but that didn't seem to get rid of the "No registration data found in this assembly" error I get from regpkg. Perhaps that isn't how it is intended to be used. Could you clarify?

  • Anonymous
    May 16, 2007
    Bralston, the property is actually called <UseVS2005MPF>, not <Use2005MPF>. If you add the "VS" back in, it should work.

  • Anonymous
    September 09, 2007
    The comment has been removed