Ver versión en español    
 
Home
10 Reasons to use MZ-Tools
MZ-Tools 6.0 for VS.NET
Editions
Features
Online Documentation
MZ-Tools SDK
Download
Purchase
Version History (RSS)  
FAQ & Support
MZ-Tools 3.0 for VB6 & VBA
Features
Online Documentation
Download (freeware)
Donations (Paypal)
Version History (RSS)  
FAQ & Support
User Reviews
Community Place
Contact  
For Add-In Developers
About
   
User Testimonials

I'm an avid supporter of MZ-Tools. It's a product I couldn't do without and your level of support is outstanding.

Jan Hyde (Visual Basic MVP)

You will soon wonder how you ever lived without it.

Andy Maggs

More user reviews
 
PRB: Add-ins fail with 3rd party project kinds in Visual Studio .NET

Author: Carlos J. Quintero (Microsoft MVP) Applies to: Microsoft Visual Studio .NET 2002
Date: July 2004   Microsoft Visual Studio .NET 2003
Updated: February 2009   Microsoft Visual Studio 2005
      Microsoft Visual Studio 2008
Introduction

When you use projects kinds provided by 3rd parties, some features of Visual Studio .NET add-ins can fail not gracefully.

More Information

This is due to the fact that not all project kinds implement the properties used in VB.NET and C# projects and that add-ins use frequently. "Unmodeled" projects can fail to implement some usual properties or methods of the Project, ProjectItem, Window and Document objects. See: MSDN: Unmodeled Projects Overview.

Add-in developers should test carefully their add-ins with these kinds of projects to ensure that the add-ins fail gracefully when some property or method is not implemented.

This is a partial list of project kinds that add-in developers should test:

Related articles


Go back to the 'Resources for Visual Studio .NET extensibility' section for more articles like this


   Top