vsix
Deploying Custom Policy on TFS2010 using VSIX and PKGDEF
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[详细]
2023-01-20 12:29 分类:问答How to obtain my vsix extension's folder and use this value to insert in some project template's files?
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)[详细]
2023-01-18 21:59 分类:问答VSIX: Getting DTE object
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[详细]
2023-01-18 01:16 分类:问答Can I install binaries into the GAC via a VSIX installer?
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[详细]
2023-01-17 09:04 分类:问答VS2010 Project Template + VMSDK
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)[详细]
2023-01-17 06:18 分类:问答Is it possible to have a vs2010 vsix check for updates locally?
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.[详细]
2023-01-12 22:04 分类:问答How do I: Visual Studio Syntax Highlighting Extension
I want to develop an extension for VS2010 that will allow me make some additional features to syntax-highlighting.[详细]
2023-01-07 22:27 分类:问答Creating 32bpp BMP file for toolbar image strip?
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.[详细]
2023-01-04 22:30 分类:问答Why is the toolbar button disabled in my Visual Studio extension?
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.[详细]
2023-01-04 19:45 分类:问答Definitive list of service providers in Visual Studio 2010? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-29 07:56 分类:问答