Updates to Team Foundation SDK in RTM version

Just a small question about the changes. In beta3 when registering a plugin you had to supply "Catalog.PortfolioProject". In RTM the PortfolioProject type is not available in the Catalog class. Instead you have a TeamProject const. I'm suspecting this new const replaces the old one.

The problem is that when I try to debug my plug-in the experimental hive only show my plug-in under the project node, and not the 4 others. Does this mean that I'm doing something wrong, or is it just a design change in the debug implementation

Thanks.




Answer this question

Updates to Team Foundation SDK in RTM version

  • bikeman123

    ther has been (as I checked and I suppouse people from Ms can confirm) there has been some changes on some object models from beta 3 to RTM (even to RC), so maybe better check it on the new version of MSDN library containing information about TFS, if you have subscription for download it is named MSDN Library May 2006 (yes we are still in april but ...)

  • J. Washburn

    The SDK is still under development. Watch http://www.vsipdev.com for news of updated releases as they become available.

    The current release is the March CTP release:

    The Mar CTP is the next milestone in the drive towards the April 2006 v2 release. This CTP contains updated VS Integration sample and documentation content, including updates to the IronPython end-end integration sample with Intellisense and the beginnings of Winform designer integration, updated C# and C++ Editor Reference samples, new examples ( CustomSearchProvider, RegExLanguageService ), addition of Package.Shell and Package.LanguageService MPF source code, and signed VSTA bits to round out the major updates.



  • AvalonCoder

    The VS2005 SDK contains information about the Team Foundation namespaces but most of the info seems still to be at the placeholder stage, ie. no real useful info yet.

    I will try to have a look at the May MSDN. Perhaps its differnet from the SDK help.


  • Updates to Team Foundation SDK in RTM version