SDK Package: watch window refresh
Hello, I am developing an extension that lets our end user write and debug programs (in c# or VB.Net) that interact with hardware (or software simulating the hardware). There are also separate software...
View ArticleCan't run my vsix projects after Update 2 VS2015 - menus.ctmenu not found
Hi,After Update 2 for VS 2015 Pro I can't run any of my VSIX projects, old (that worked just fine) or newly created. They all give the exact same error message. I even did a 2 freakin hour repair on...
View ArticleUpdating the Pending Changes Comment in a Pending Changes UI
I am working on a visual studio extension in Visual Studio 2010, and I would like to update the comment in the Pending Changes window. I do not want to actually check anything in, just to update the...
View ArticleVisual Studio Property Editor
Hello, I want to edit a special property of my custom WinForms component in the default property editor with a special handling.So here, the detailed version : In my problems I have two parts - a...
View ArticleVS Package developmen, How to get current project directory in C++?
I created a project from visual studio 2015 : C/C++ - Extensibility - Visual Studio Package.And I want to get current working project direction, I have searched for a few hours but only see some C#...
View ArticleIIS Problem
I develop a website using C# in code behind i run from visual studio it work fine ...when i publish and run from IIS it will give above error, as i check all the thing or dll, files are available in...
View ArticleNuGet API's to fetch/push packages
Does api's( or web-services) available for NuGet through which we can push/fetch all the available packages in NuGet feed .Like we are getting through Nuget commandline . My requirement is to show them...
View ArticleThe icon of UWP control is not shown in toolbox
I have two UWP controls in two assemblies, please refer to the following for more details.1. KWFlexButton inherits from Control and the assembly name is FlexButton.2. KWFlexAButton inherits from...
View ArticleHow to show SettingsPage for FileNode
Hi,I have created a basic project system using the steps mentioned here:https://msdn.microsoft.com/en-us/library/cc512961.aspxhttps://msdn.microsoft.com/en-us/library/cc826178.aspxThere in an example...
View ArticleHow can I add a resource file to a C# project programatically?
Hi, Is there a way I can add a resource file in a C# project programtically? I wanted to automate the following actions:In Properties->Resources tab in a C# project, Click "Add Resource" drop down...
View ArticleC# code toconnect and write messages to IBM Websphere Application server
Hi,Is there a code or .net dll available which can help to write a C# code to connect to Websphere Application Server and write message to it's queue.
View ArticleVisual Studio Extensibility
I have intercepted the [TAB] key and I am applying my logic to it wherever required. Or else i am returning the handle to the shell.But it is failing when i press enter and then press [TAB] (not...
View ArticleConnecting between two remote instances of Visual Studio
Hi,Is there a way or nay suggestions as to how to communicate directly between 2 instances of Visual Studio running on different computers?The idea would be that I want to send something to someone...
View ArticleVisual Studio 2015 Update 1 Freezes in Code Analysis
Hi,Our organization recently plan to upgrade from Visual Studio 2013 Premium to Visual Studio 2015 Update 1 for software Developments. Our Projects has one solution with 40 Projects. We have the...
View ArticleActivate "HierarchyTreeFilterProvider" by default.
Hey experts.I'm trying to hide the "Script Documents" that show up in Solution Explorer when debugging IE. It's really annoying that it appears at the top of the solution, pushing projects down. Sure,...
View ArticleVSIX Upgrading in visualstudiogallery
Hi, I have a Next version of my VSIX (where the Version is increased from 1.0.4 to 2.0.7), but i am not finding any option on how to upgrade existing VSIX to latest one on the web (not on Visual...
View ArticleInvoke a Codefix from an IWizard
In Visual Studio 2013 there is a command for implementing an interface called Edit.ImplementInterfaceStubImplicitly.In Visual studio 2015 Update 2 the Edit.ImplementInterfaceStubImplicitly command is...
View Articlefind list item selected by a context menu using MenuCommand
I am building a VS 2015 extension that adds a context menu to items in a Team Explorer query results list using the vsct mechanism. A MenuCommand is registered via commandService.Add(). That all...
View ArticleCustom debug engine disassembly, using IDebugDisassemblyStream2 behaving...
Hello all,Our custom debug engine is implementing IDebugDisassemblySteam2 interface for providing VS disassembly window the necessary data. This is working fine in VS2012 and VS2013 but for some reason...
View ArticleVisual Studio Object Browser - how to programmatically get the current...
I'm trying to add some functionality to the Visual Studio Object Browser (2015 initially, but I may retrofit it to 2012 and 2013 in time). I've managed to get a command onto the Context Menu. But that...
View Article