Sign in
Developer Support Blog for Visual Studio Extensibility
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Automation
Isolated Shell
Localization
Macro
PcwTESample
Plugin
Samples
SDKSample
Team Explorer
VSPackage
VSX
VSX Samples
VSX Support
Archive
Archives
October 2012
(1)
September 2012
(1)
March 2010
(4)
February 2010
(1)
November 2009
(1)
October 2009
(3)
June 2009
(2)
May 2009
(1)
March 2009
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Developer Support Blog for Visual Studio Extensibility
Your VS Package may not load after porting it to VS 2012
Posted
7 months ago
by
Ed Dore
0
Comments
With VS 2010, the IDE recreates the user's 10.0_Config registry hive and remerges menu resources when it detects a change under HKLM\Software\Microsoft\VisualStudio\10.0. For VS 2012, the IDE team felt this had too much of a negative effect on startup...
Developer Support Blog for Visual Studio Extensibility
Sample Browser Extension for Visual Studio 2010/2012
Posted
8 months ago
by
Ed Dore
0
Comments
3500+ samples at your fingertips. The new Sample Browser Extension allows you to quickly search, download, and experiment with sample code covering just about anything you can think of. And if you can’t find what you’re looking for, you can submit a sample...
Developer Support Blog for Visual Studio Extensibility
Visual Studio 2010 Professional Upgrade Pre-Order
Posted
over 3 years ago
by
Ed Dore
0
Comments
Microsoft Visual Studio 2010 Professional will launch on April 12 but you can beat the rush and secure your copy today by pre-ordering at the affordable estimated retail price of $549, a saving of $250. If you use a previous version of Visual Studio...
Developer Support Blog for Visual Studio Extensibility
How to register existing packages to run under VS 2010 Experimental Instance
Posted
over 3 years ago
by
Ed Dore
3
Comments
Aaron Marten’s blog “ Pkgdef and the Experimental Instance in VS 2010 ” points out that when devenv.exe is invoked with the ‘/rootsuffix Exp’ switch, the VS Shell no longer uses the experimental registry hive. Instead, the shell merges the HKLM\Software...
Developer Support Blog for Visual Studio Extensibility
How to create a pkgdef file for your Visual Studio Package
Posted
over 3 years ago
by
Ed Dore
0
Comments
The .pkgdef file was first introduced with VS 2008, to allow for easily registering packages targeting the VS 2008 isolated shell. Bill Wienberger details the rationale behind this change in the following blog entry: What’s A PkgDef? And Why? There are...
Developer Support Blog for Visual Studio Extensibility
Dissecting VS 2010 Package Registration
Posted
over 3 years ago
by
Ed Dore
0
Comments
While it’s still possible to register your packages, by manually or programmatically adding the requisite registry keys and values under the HKLM\Software\Microsoft\VisualStudio\10.0 registry hive, it’s no longer the recommended way to register your packages...
Developer Support Blog for Visual Studio Extensibility
Hotfix posted for VS 2010 RC1 Intellisense crash
Posted
over 3 years ago
by
Ed Dore
0
Comments
On systems where an application or device is actively using UIAutomation (Tablet, Multi-touch, etc), the IDE may crash if the user is typing while intellisense is being displayed or dismissed. KB article describing this problem will be posted to http...
Developer Support Blog for Visual Studio Extensibility
Problems building VS 2008 SDKSample
Posted
over 4 years ago
by
Ed Dore
0
Comments
Recently, one of our partners had a question pertaining to Help 2.0 integration, and I wanted to use the SDKSample to try a few things out with filters and help content. Apparently, it's been a while since I last played with that particular sample. Upon...
Developer Support Blog for Visual Studio Extensibility
Replacing the Default Error Dialog in the Isolated Shell
Posted
over 4 years ago
by
Ed Dore
0
Comments
Background: Recently one of our VSIP partners asked if it was possible to customize the default error dialog that the Isolated Shell displays when encountering an error. Let's suppose you have a package command handler that might throw an error with...
Developer Support Blog for Visual Studio Extensibility
Macro that tests for proper implementation of AutomationProperties
Posted
over 4 years ago
by
Ed Dore
0
Comments
Background: VSPackages can offer up a set of custom properties for their Tools.Options pages, by registering the pages under Visual Studio's AutomationProperties registry key, by using the ProvideOptionPageAttribute . This allows for programmatic access...
Developer Support Blog for Visual Studio Extensibility
PcwTESample for VS 2008
Posted
over 4 years ago
by
Ed Dore
0
Comments
Background: The PcwTESample project, is a sample which illustrates how to extend the Team Explorer tool window, and upload customized Team Projects to TFS. It is installed with the Visual Studio 2008 SDK under the ...\ VisualStudioTeamSystemIntegration...
Developer Support Blog for Visual Studio Extensibility
Useful Macros
Posted
over 4 years ago
by
Ed Dore
0
Comments
Background: I always have a difficult time remembering the various properties that can be set on an EnvDTE.Project object, and I never seem to find the right documentation , to jog my memory. Over the years the documentation has improved quite a bit...
Developer Support Blog for Visual Studio Extensibility
How to push F1 context keywords for property pages in the project designer?
Posted
over 4 years ago
by
Ed Dore
1
Comments
Background: IPropertyPage.Help is not invoked on property pages integrated with the Application Designer. Consequently, you need to push an F1 keyword by calling IHelpService.AddContextAttribute, similar to what the VB .NET and C# project property...
Developer Support Blog for Visual Studio Extensibility
How to localize a managed VS Package
Posted
over 4 years ago
by
Ed Dore
3
Comments
Background: Historically , localized resources for Visual Studio packages were located in native satellite resource DLLs, located in a codepage subdirectory. For example, if you had installed both the English and Japanese versions of Visual Studio...
Developer Support Blog for Visual Studio Extensibility
Where can I get assistance with my Visual Studio Extensibility issue?
Posted
over 4 years ago
by
Ed Dore
0
Comments
There are a good number of support options available for developers with questions and/or problems pertaining to extending or automating the Visual Studio development environment. Be it macro programming, COM automation, Add-in development, custom project...
Page 1 of 1 (15 items)