Shortcut key does not work in visual studio
Hi All, I have created a shortcut key to custom command in .vssetings file in isolated shell as - <UserShortcuts><RemoveShortcutCommand="Edit.MoveControlRight"Scope="Global">Ctrl+Right...
View ArticleRespect parent Visual Studio Color theme to child tool Window
Hi,I see a blog related this....
View ArticleHow To Shorten The Output Filename In xsd.exe
I am attempting to create C# classes from a xsd that has several imported xsd's. The problem is that the output filename is too long for Windows, and there is not a way to specify an output filename...
View ArticleWPF Custom Control inline property extension in design time in VS2013 does...
I hope I am at the right place. PROBLEM: I have created a custom control for WPF. It has a property on it, which is not that simple to set at design time (i.e. it has many values to set). I want to...
View ArticleI have two issues about VSPackage deploy and install,
I have two issues when I Deploy and install the VSPackage, I try to get the solution nearly for two days, but nothing is useful. could you help me on the issues?Thanks ! 1 . I create a VSpackage...
View ArticleAccess Denied when creating C++ Project from custom template
Hi, I'm facing a problem when creating a C++ project from a custom template using Visual Studio 2013, steps to reproduce:I created a C++ project which compiles fine ... I used File->Export Template...
View ArticleArduino for Visual Studio and Atmel Studio
am trying to install this extension "Arduino for Visual Studio and Atmel Studio" i followed the steps but i cant find this "tools>options>visual micro"in my options menucan anyone tell me what...
View ArticlejQuery UI Designer Page on Nomad
Hi,Im new with the Nomad extension. I do have a problem with finding the jQuery UI Designer Page.According to the tutorial...
View ArticleOpening the BuildDefinition Editor
Hello, in my VSIX (VS2013) what would I need to call to open the BuildDefinition Editor\Tool Window? I know how to edit the definition programmatically and have the IBuildDefinition object but want to...
View ArticleNullReferenceException in VsDebugPresentationPackage.dll
When I develop my DebugEngine with Visual Studio 2010 shell (isolated), I meet this exception.That happened certainly in following steps:1.Make a breakpoint in .c source file;2.Click RuntoCursor in...
View ArticleAssembly binding redirect not working in visual studio 2013
Hi, There is an error while loading the Microsoft.VisualStudio.Package.LanguageService.10.0.dll in Visual studio 2013 due to mismatch in the bindingRedirect @version in devenv.exe.config file....
View ArticleCan't install MS VS 2010 SDK
I am not able to install the VS 2010 SDK (which I need for a node.js project). I am getting the following error:"Error Type: Microsoft.VisualStudio.MissingPrerequisiteExceptionError Message You must...
View ArticleParamter Substitution and Exporting Template
Hi,I want to learn how to export simple Project Template.I have problems with substitution parameters.Ex. I want to create template project with this structure:int main(){double $var1$ = 2.0;cout...
View ArticleRemoving Project Templates from visualstudiogallery.msdn.microsoft.com
Hello,I got myself in a situation where i can't publish project templates inside visual studio template gallery. Here's the history.1. I got two windows live accounts (one to test and research and one...
View ArticleCan't create NEW isolated shell application on concrete solution.
Hey. This might be a bug, or not, but there is a case where you 1) create new isolated shell application in a solution 2) run it 3) delete the created isolated shell application / OR let it co-exist...
View ArticleSupporting multiple VS versions in a package.
Our product needs to support VS2010 and higher. It's a pretty complex project system based on MPF. To date, we've come across some VS-version-specific interop assemblies that we needed to use and we...
View ArticleHow to totally replace existing Language Service with new one
I developed a Visual Studio Language Service (for VS 2005/2008/2010) to replace one of existing third party's. That existing language service accompanied with Project System (developed in native...
View ArticleVS Automation DTE OnEnterBreakMode not triggered on Windows 2012
I'm writing a console application that uses C#, VS 2012 Automation (DTE) to open crash dump files, analyze them and output the call stack to a file.The problem is that some crash dump files triggers...
View ArticleIs it possible to embed the Splash bitmap into one of the Isolated Shell...
Hello,We're developing a VS 2010 Isolated Shell based tool. We'd like to store the 'splash.bmp' file in a DLL rather than distribute it as is.Is it possible to configure the Isolated Shell to take the...
View ArticleVS Commands in Dialog Windows
Hello,I'm writing a Visual Studio package that has a custom editor, which provided data grid (or table) based editing. Adding and removing lines is done by executing correspondingcustom Visual Studio...
View Article