Problem when registering two editor factories in one package.
Hi,I have two custom editors that I register in one package by calling RegisterEditorFactory method. In Vs2008 everything works ok, but in Vs2010, when calling the method to register the second editor...
View ArticleVSIX package for SQL Server Management Studio 2012-2014
Hi,It is possible to create VSIX package for SQL Server Management Studio 2012-2014 (not for Visual Studio!)?Does anyone has tried to do this?SSMS 2014 uses VSIX (see C:\Program Files (x86)\Microsoft...
View ArticleGet the project type of MVC 6 project
I'm using a context menu for MVC projects. I'm using <ProjectTypeGuids> value of the project to enable the add-in. For MVC3,MVC4 and MVC5 its working fine. But MVC 6 (ASP.NET 5) project doesnt...
View Article[SDK Package] Which is the Editor ID (guid) of the Code Window Editor?
Technical InfoVisual Studio SDK Version: 2013Windows Version: 8.1 x64Development Language: VB.Net and also C#ScenarioI've developed my first Visual Studio Package with many help, my extension provides...
View ArticleVS Gallery "Invalid Certificate in VSIX"
Hi,We have a problem similar to this thread:GoDaddy - error message "Invalid Certificate in VSIX"The solution to that thread was a missing certificate..."Sorry for taking so long to get back to you. I...
View ArticleVisual Studio 2010 NUGET update failure
Running VStudio 2010 Premium SP1 on Windows 2008 R2. Current Nuget is 1.5.xxx. Trying to do the extension update to 1.8.xxx. The install fails. Here is the log file. Please advise. 5/29/2012...
View Article[SDK Package] Get the word at where the caret is
Technical InfoVisual Studio SDK Version: 2013Windows Version: 8.1 x64Development Language: VB.Net and also C#QuestionHow I could get and replace the current word in the code editor? I mean the full...
View ArticleWizardBackoutException not behaving as expected
WizardBackoutException not behaving as expected: I have the following code as an example...try { if (isCanceled) { throw new WizardBackoutException("Message"); } } catch (WizardBackoutException ex) {...
View Articlehow to access all cell data of a datagrid view from another application;
hi,all i want to get all cell data of a datagrid view from another application; the other application is published by delphi.now i can get value of the last cell by using FindWindowEx and...
View ArticleSetting Picture on a CommandBarButton doesn't work in 2015 RC
Hello,In our VSPackage we are creating CommandBarButtons programatically. We do assign Picture of those buttons in this way:CommandBarButton.Picture = AxHostConverter.GetIPictureFromPicture(image) as...
View ArticleVS 2008 IDE: is it possible to host VSIX package built against NET framework 4.0
Now our VS IDE extension targets .NET framework 3.5. Users can use our extension in VS 2008 IDE and above.We're going to upgrade our source code so it targets .NET framework 4.0.After upgrade, can VS...
View Article[VSPCKAGE] Is it possible to determine whether the caret is in a blank space?
Technical InfoVisual Studio SDK Version: 2013Windows Version: 8.1 x64Project type: VS PackageDevelopment Language: VB.Net and also C#QuestionI need to control the state of some commands that I inserted...
View ArticleExtra Folder Path in Multi-project template
Hi,I have created a multi project template with 2 projects. when I create a project using this template, I end up with a extra folder between the Solution folder level and the projects level.To...
View ArticleAre there any tools that allow you to Promote frequently used Properties in...
Hi AllI've now been using VS for 10 years, and with each passing year I get more and more frustrated at having to scroll up and down the Properties window to access my frequently used properties (ID,...
View ArticleHow do you set a BreakPoint in a VSIX in Visual Studio 2015
I am trying to set a breakpoint my Visual Basic VSIX, I start a new instance <CRTL> F5, my VSIX runs but my breakpoints are never hit.
View ArticleInstall older style VS extension
I have a Visual Studio extension (the old format, not the VSIX). Visual Studio doesn't display the extension anymore. How do I reinstall the extension? (when the extension was created (w/VS2012), a...
View Articleis there Microsoft visual studio 2012 ultimate 64 bit version??
is there Microsoft visual studio 2012 ultimate 64 bit version?? i am using 64 bit windows so i want visual studio 2012 ultimate 64 bit version
View ArticleHow to unload the visual studio custom project based on project configuration.
Hi,I have project version in my custom project file. While opening the project in VS i want to stop loading it based on version.It should go to unloaded state after that user should be able to edit the...
View ArticleHow can I add a New Option to the Test Explorer Context Menu ?
Hi Guys!I'm developing a VS Extension to keep track of the Unit Tests on the TFS Server and get info about the evolution of a project.I want my extension to have a new option on the Test Explorer...
View ArticleTFS Policy Extension Doesn't run in 2015
I've created a TFS Policy extension. This project works fine when installed into VS2013, but when I try to run it, it fails to execute correctly. I have a RegistryKey.pkgdef file present, which...
View Article