How Access TextChange event handler in DTE automation for the current active...
Hi, I want to be notified when there has been a change is the source document. I've tried implementing using DTE.Events.TextEditorEvents.LineChanged but it's not being called always. Am I missing...
View ArticleOpening Files in a Single Instance Isolated Shell Standalone
Hi,we have built a standalone application based on the Visual Studio Isolated Shell. We would like this to be single instance so that when you click an associated file type it will open that file in an...
View ArticleExtending the "Start Debugging" menu in custom project type
I created a new project type based on mpf framework for Visual Studio 2012. In the new project type, I was able to customize the "Start Debugging" action to meet new project type needs by implementing...
View ArticleVisual Studio Shell Isolated 2013 disable Notifications functionality
Hello.We have custom application made in VS2010 Shell Isolated. I have successfully make migration to VS2013 Shell Isolated.We have need to disable some new features of VS2013. Most of them I already...
View Articlepromblem in my project?????????
I have the Arraylist contains the files.txt get in by user on datagridview okthe my problem i need to take this Arraylist (files) and processing in my program(Wordfinder).need to act with the contains...
View ArticleEvaluate expressions(array and struct type) in Watch Window, children value...
Hello, dear friends, When I implement a Expression Evaluator with Visual Studio 2008 SDK, I meet a problem that expression type of struct or array that contains several level children, when...
View ArticleUsing TypeScript in Isolated Shell
Hello.TypeScript has evolved into a tremendous language, thanks to the dedication of both the community, and the Microsoft Team.It caught the attention of our company, which has already a solution...
View ArticleQueryEditFiles
Hi ,I am using visual studio 2008. I have visual studio sdk installed. when ever file is edited , I am getting to Ivsqueryeditsave2.queryeditfile() function for all type of project templates except...
View ArticleVSIX registration and unregistration issue
I'm having some problems when registering and unregistering an extension in Visual Studio 2012 / 2013. The issue is the following:1.- Register an extension:vsixinstaller.exe myvsixpackage.vsixA...
View ArticleWhat is the meaning of CI_FORBIDCUSTOMIZATION in the COLORINDEX enumeration?
In developing a Visual Studio package, I need to process COLORINDEX enum values. Specifically, I am pulling COLORINDEX values out of ColorableItemInfo structures (where the type of the valid color...
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 Articlevsct.xsd schema file
I have Visual Studio 2013 Professional installed. The article How to: Create a .Vsct File says "In the list of XSD schemas, select the vsct.xsd schema. If it is not in the list, clickAdd and then find...
View ArticleIVsBuildPropertyStorage.SetPropertyValue changes ';' into %3b
I'm trying to make a visual studio extension that fills a property with the following value "test.dll;anothertest.dll" when I usebuildPropertyStorage.SetPropertyValue(property, String.Empty,...
View ArticleHow to 'Build' a solution through C# code...?
Hi,I have a C# Project Template, deploying which I have created an Addin. Now my problem is as soon as user tryies to deploy the project I need to first check weather my project is once build or not...
View ArticleInvalid Cast Error when Loading Visual Studio Extension Manager
I'm getting the following error when I attempt to open the Extension Manager (Going to [Tools] -> [Extension Manager...])I've tried restarting and still no luck. Thoughts and ideas?
View ArticleCan I get the output from View Call hierarchy to a file ?
Hi, I would like to parse the output from Call Hierarchy in VS.If I develop VS Plugin in VS, can I access that information?Is there a configuration to set the output to a file ? I will appreciate any...
View ArticleHow to deploy an extension to an isolated shell app for debugging.
Hi all,I have a product based on VS2013 isolated shell. I'm developing an extension and I would like to debug it inside the shell.When debugging an extension inside Visual Studio, I would set in the...
View Articlehow to generate dependency graph from uml class diagram present in project....
my requirement is generating directed graph having nodes as class names present in UML class diagram source file with bi direction association present between classes. while generating directed graph...
View ArticleAdding a new namespace through Inline xslt in Biztalkmapper in VisualStudio2010
Hello everyone,Am writing some InlineXslt script in scripting functoid of BizTalk(2010) mapping file in VisualStudio2010.(It supports only version 1.0).I need to use current date-time at many places in...
View ArticleAdd multiple projects programatically into visual studio solution?
How to add multiple projects into visual studio solution programatically?By using Solution.addFromTemplate(template1);Solution.addFromTemplate(template2);It overwrites template1 so only project with...
View Article