"Native with script" debug engine guid
I'm trying to automate attaching "Native with script" debugger to a running process, but I can't find its guid among those in VSConstants.DebugEnginesGuids. This debug engine is introduced in...
View ArticleExtension cannot be installed contain dependencies Windows 8.1 app samples
Hi,I was working with a sample app and noticed there was an update to Windows 8.1 app samples and when I try to upgrade the samples I get the following error.Any advice would be helpful.
View ArticleSDK Package: Trying to get correct id for XAML editor context menu
I am writing a VS 2012 package and I want to add a new option to the XAML code editor window. I am using EnableVSIPLogging to find the ids for the menus.I have done the same with the code editor...
View ArticleExtension is not discoverable through Visual Studio itself
I have a Visual Studio Extension uploaded in the gallery under the tools category.I can find it through the website, but when searched within Visual Studio (Tools->Extensions and...
View ArticleHow to get notified when user remove a breakpoint from the breakpoint window
I'm a working on a Visual Studio 2013 package. I need to update some information into a custom graphical editor when the user deletes or deactivate a breakpoint in the usual VS breakpoint window during...
View ArticleHow to upgrade Visual Studio 2010 EDMX update extension to Visual Studio 2013...
We recently upgraded to Visual Studio 2013 and discovered that Visual Studio add-ins were deprecated, and that we should likely be using VSPackages going forward...
View ArticleThe application was unable to start correctly (0xc00007b) [CLR + x64 + Boost...
Hello, I am getting this message "The application was unable to start correctly (0xc00007b)" while running this test code with VS2010 using x64 and CLR. The DLL of boost library has been generated by...
View Articlesharedvenusids.h missing from VS2013 SDK?
Hi,My package's vsct has a dependency on venusids.h and with the latest VS2013 SDK, the package build fails because it cannot find sharedvenusids.h (and then because various ids like IDG_CTX_BUILD...
View Articledebug engine, breakpoint with passcount
with my custom debug engine, I can set breakpoints with a passcount and they are hit as expected. However the hitcount in the breakpoints window of VS is not updated. When a breakpoint is hit but...
View ArticleMigration from Visual Studio 2010 shell isolated to VS2013
My company has developed an application using the Visual Studio 2010 Isolated Shell and implemented a custom project using MPF10. We have a need to upgrade the application to use the Visual Studio 2013...
View ArticleVS2008 Macro: How to open the same document in two windows and select...
Hi,I try to write a VS2008 macro that, for an open solution, opens one source file twice and selects different lines in the two windows for me to compare the code snippets. (I do so to inspect...
View ArticleHow can I start the TypeScriptCompiler from a package
Hi,I'm trying to create an extension that will synchronize TypeScript files from one Project into another Project. After copying the .ts file from source to destination it should generate the .js and...
View ArticleDSL, Setting Run Custom Tool
Hi everybody, I created a DSL. Every time a create a new file (extension .mydsl) in the debugging instance I need to set manually the Run Custom Tool property associated with this file, so that it...
View ArticleUser defined classes hilighting in IWpfTextViewHost
Hi, I am hosting a IWpfTextViewHost in a dialog in my plugin. The text buffer associated with it is build from a string. Syntax coloring is working for the most part, it colors keywords, strings and...
View Articleadding empty folders
What is the best way to add empty folders to my new project upon project creation? I have tried using the Folder element in the VSTemplate, but it seems that it doesn't show up unless it contains a...
View ArticleEnvDTE.Project.get_Properties() ComException
Hello everyone, I have a problem about addin develop as follows:Problem: My request:In my addin, I need add my own menu to website project , and the language should be C#/VB. Method: I do this...
View ArticleConfused about package manifest install targets
I am developing a VS package in VS 2012 and I want to target as many VS versions as possible. I have read that I can't do VS 2010 but I think I can target VS 2012 and VS 2013 with one vsix file yes?I...
View ArticleManaged Package Framework for Projects (MPFProj) for VS 2013?
Are there any plans for releasing the Managed Package Framework for Projects (MPFProj) for VS 2013? Thanks, Bogdan
View ArticleHow will I get particular menu click notification in C# code.
I am working on Visual Studio SDK. I am facing one problem as follows.When we clicked on "Edit" menu of standard visual studio, submenus (i.e. cut, copy, paste etc) appears under "Edit" menu. I just...
View ArticleVSIX: how to automatically uninstall when installing an updated version from...
I have a VSPackage installed in VS2013. I installed it from a private library (atom feed).When I update the .vsix and the corresponding version number in atom.xml, VS2013 notifies me that an update is...
View Article