This one has been a bit of a pain due to a similarly named feature in Visual Studio (which I won\'t mention here for the sake of people searching).
I\'m developing a Visual Studio 2010 package. My package needs to add a new tab to the project properties.
I have a VSIX package with couple of cu开发者_如何学JAVAstom designers over XML. This package has a flavored project system in which I use some custom build tasks to auto generate code at build time.
I\'ve created a VSIX package that I install via a WIX-generated MSI. However, when I install it, and开发者_运维技巧 look at it in VS2010, in the Tools > Extension Manager menu, it is [Disabled] and I
I\'ve got a WIX installation project for my application. As part of my solution I have a VSIX extension, that I want to install on the customer\'s Visual Studio.
Visual Studio uses xsd files to provide intellisense for xml files that matches the namespace. I have created custom xml schema and I want to apply that schema when user is editing that type of docume
I have a basic vsix package project in VS 2010 and have a simple ServiceLocator deriving from Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase that I am registering in the Initialize overrid
I have an extension installed in VS 2010but there is no option to uninstall it from extension manager or add/remove programs (if it was in an msi, can\'t remember). Add-in manager gives me the option
From a visual s开发者_如何学Ctudio package (VSIX) how do I detect a solution or project build?If you have a Package class in your assembly, you can do:
My VSIX package uses a bunch of images and third-party dlls, and when compiled the Release folder contains all of开发者_如何学Go that stuff in the raw form. Looks really bad. Is there any way to creat