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
 
INFO: Testing a Visual Studio add-in against new Visual Studio tools or extensions from Microsoft.

Author: Carlos J. Quintero (Microsoft MVP) Applies to: Microsoft Visual Studio 2005
Date: March 2009   Microsoft Visual Studio 2008
       
Introduction

Microsoft Visual Studio provides some project types out of the box, such as VB.NET / C# projects, SQL Server database projects, Smart Device projects, etc. However, due to the development of new technologies on top of the .NET Framework (such as Silverlight, Windows Azure services, SharePoint services, etc.) Microsoft provides new project types for those new technologies through tools or extensions for Visual Studio that are downloaded separately and once installed are integrated inside it.

More Information

Most of the new project types are "flavored projects", which are project types derived from VB.NET/C# types but specialized. You can know the project flavor as explained in these articles:

New project types can introduce new icons for project/project items, new file types that can contain text, code or designers, etc. so your add-in can have features that may not work correctly and need to be tested to support them or fail gracefully.

Some of these extensions for Visual Studio from Microsoft are:

Note: Visual Studio extensions for SharePoint require a server version of Windows for development, they can't be installed or debugged on Windows XP/Vista. But just for the purposing of testing an add-in/package, you can install then on Windows XP/Vista with a registry trick explained here: Install VS 2005/2008 extensions for SharePoint on Windows XP/Vista OS.

And there are others that are still in CTP / Beta status at the time of this writing such as:

Related articles


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


MZ-Tools 6.0 for Visual Studio .NET

You can code, design, locate code and document your apps much faster using VB.NET, C#, C++ or Visual J#:

Buy MZ-Tools Now Download MZ-Tools Demo

   Top