How to handle Save, SaveAll menu events in VSTA
Hi Everybody,I have successfully integrated VSTA IDE into my host application, now i would like to handle default save, save All menu events so that i could check the project dirty flag and update the...
View ArticleHow to upgrade a VS2010 Isolated Shell Application to VS2013 Isolated Shell
Hi, I have a VS2010 based Isolated Shell Application, is there any general guidance that can guide me to upgrade it to VS2013 shell?Thanks.
View ArticleHow can i retrieve submissionId from my custom task.
How can i retrieve submissionId from my custom task.Thanks.
View ArticleJit debugger, .net exception (visual studio 2013)
Hi,I'm facing an issue with my visual studio 2013 (ultimate & expression). Since 2 weeks I can't build any project without having a just in time debugger popup. It says "An unhandled Mictosoft .Net...
View ArticleVS 2010 behavior when switching layout context
In VS 2010, the shell have 4 window layout context: Design, Debug, Full screen and file. Each of those context contain window size, opened tool window, their position and size, etc.Currently, when VS...
View ArticleVSPackage (.vsix) works in experimental instance but fails in normal...
I have integrated CefSharp browser control (Latest from Git) on windows form in a vsix package. When I run this vsix package on Experimental Instance of visual studio, it loads url properly. But when...
View Articlevisual studio team system 2008 development edition
Hi Does visual studio team system 2008 development edition supports VS package ?
View ArticleCall was rejected by callee
I'm running into a different problem as well here. I'm getting this error message when I attempt to trigger a custom menu item added by a VSIP Package using the DTE automation.I have a regular...
View ArticleSDK sample interaction errors
We are trying to build/run the sample vending machine sample from the ISS SDK released on July 11th. I have entered the credentials that's required in the app.cofig as the following: <!--Begin...
View ArticleNew Language: Best practices around Language Services (MPF vs MEF?)
I'm working on an extension for the Rust language and, as far as I can tell, there seem to be two major ways of integrating a new language:1. Add a bunch of MEF components (usually taggers?) for all of...
View ArticleIs there a way to know if changes applied to code will be ok for edit and...
Hi,In debugger break mode, I make some code changes programmatically and I need to add some expressions to the Watch window. If my changes are not legal for edit and continue, then adding to Watch...
View ArticleCreate Item Template for Portable Class Library (PCL)
It seems impossible to create an Item Template that targets PCL. The IDE seems to be hardcoded to a set of pre-defined templates and will not allow you to use any others with PCL. This means that...
View ArticleHow to get the UI Context with IVsSelectionEvents.OnCmdUIContextChanged ?
With VS 2010, I'm trying to use the IVsSelectionEvents interface, especially the OnCmdUIContextChanged(uint dwCmdUICookie, int fActive) method.The problem is this method return a uint which represent a...
View ArticleIterating Projects in Solution with Solution folders
Hi,I am trying to use the code in following URL to iterate projects inside a solution which has solution...
View ArticleHow to deal with Versioning my VSIX(VSPackage) that embeds two other...
How do we deal with the versioning of the extension (VSPackage VSIX) which embeds two other VSIXs (MEF). Some of these scenarios are confusing me:What if I change my embedded VSIX extension (Version...
View ArticleHow to upgrade a VS2010 vsix project to VS2013 vsix project
How to upgrade a VS2010 vsix project to VS2013 vsix project??help me!做一名合格的中国人!
View ArticleBetter ways to check for project upgrade rather than relying solely on...
Am using VS 2010 SP SDK and VS2010 compilers to build a VSIP package. The implementation uses IVsProjectUpgradeViaFactory->UpgradeProject_CheckOnly method to confirm if a project needs an upgrade....
View ArticleIVsInvisibleEditor Documentation or Example?
Hi All,Is there a good resource for working with IVsInvisibleEditor? I am trying to create a custom tool window in my extension that will display multiple t4 .tt files and allow them to be edited. I...
View ArticleUncompatable server version
HiI am trying to add a sql server to visual studio express 2013I do have installed sql server 2014 express on my machine When I try to add this instance as a new server I got the error that this is not...
View ArticleVS2012, vspackage: Type exists in two .net assemblies
How to get around this error message? Copy the type to my own sourcecode? Pacakage is initially created in VS 2012 I can't remove the reference as the project will not compile if i doError...
View Article