I\'m having a hell of a time trying to get a custom policy to install on TFS2010 using VSIX. I have the policy up and running and working fine on my development PC, I have written a value to the regi
My VSIX extension has project templates with custom project file. This file contains a reference to my .targets file which is installed as a part of VSIX extension (so it\'s in my extension\'s folder)
My Visual Studio package requires the use of an EnvDTE.DTE variable, but it always gets back as null. After reading up on many hacks, all of them say to use the OnShellPropertyChange() method (IVsShel
I\'ve got a hybrid installer which drops binaries on the target machine (WIX) as well as installs templates into Visual Studo (VSIX).The VSIX is stored as a binary in the installer and is installed vi
For the life of me, I can\'t get my DSL project to be exported as a template, other than the default ItemTemplate (as in Add New Item)
I开发者_C百科\'m writing a project structure and code analysis extension for visual studio at work. The project can not be published to the Visual Studio Extensions Gallery.
I want to develop an extension for VS2010 that will allow me make some additional features to syntax-highlighting.
I\'ve got a 16 pixel high image that I\'ve created in Paint.NET that I\'d like to use in a Visual Studio toolbar.
I\'ve written a Visual Studio 2010 extension. It\'s a VS Package (in a .VSIX) file. It\'s got a toolbar, which has a single button on it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.