Visualization and Modeling SDK (DSL Tools) - Multiple validations - Unable to...
Hello, I'm new in DSL tools, as a consequence I'm following this tutorial to know more about it.Visualization and Modeling SDK (DSL Tools) - Intro Lab made by Alan Cameron Wills....
View Articlehow to run VSIXSignTool
following the steps to sign a VSIX package https://msdn.microsoft.com/en-us/library/dd997171.aspx step 4 says "... You can now run the VSIXSignTool from the project’s local packages location ..." What...
View ArticleRead and Write Configuration properties in a DTE project using Data Tools
I am working in Visual Studio Add-in which reads and alter configuration properties in a Visual studio Database project. The implemented solution in VS2010 working fine. The VS2010 version is using the...
View ArticleRemove "Exception Settings" command in VS Isolated Shell 2015
Hello, I have almost finished a desktop application with VS Isolated Shell. I have recently moved from VS 2013 to VS 2015. I had to do minor changes and everything is OK... except for the fact that a...
View ArticleVS 2015 can't find my azure subscription
when I try to access azure from within VS (publishing, server explorer, etc) I get an error that no azure subscriptions were found. This error started when the azure account owner was changed.I can...
View ArticleAdd-In conversion to VSIX in unmanaged C++
Hi,I have an existing Add-in, (originally written for MSVC++-7.0), written in unmanaged C++ using ATL/COM. I'm attempting to convert it to a VSIX package, but existing documentation is sadly lacking...
View ArticleMain window caption
Main window caption is like "SolutionName - ApplicationName". Is it possible to change this? I'm trying with EnvDTE.DTE but the interesting properties are readonly, as "dte.MainWindow.Caption" or...
View ArticleVisual Studio toolchain in Eclipse for C++
I have Eclipse Neon.2 installed for Java, however, I am working on a project that involves JNI so I have had to set up Eclipse for C++. To do this I downloaded the `Development Tools for C++` under...
View ArticleHosting an IVsHierarchy in a DocumentWindow.
We've been using the new MEF-based graph provider stuff as well as the lower-level IVsHierarchyItem-based interfaces (e.g. IAttachedCollectionSourceProvider) for adding custom nodes to Solution...
View ArticleTitle bar and task bar icons (Isolated Shell).
Hello. Is there a way to specify two different icons one for the task bar and another for the title bar?Visual Studio has one icon for the task bar and another for the title bar. It's logic because...
View ArticleUnable to see the added custom command in isolated shell.
Hi all,I have created a test VS package project and then add a test custom command using custom command template which shows random message once that command gets invoked. I tested it in integrated...
View ArticleDTE and Unit Testing
I use VS 2008, and DTE object for extensibility.any good patterns and practices for use DTE and unit testing ?? I need test easy way my code that uses DTE (Solution2, Project, etc).Thx.Should "Hi",...
View ArticleHow can i change the ownership of a vsix?
Is it possible to change the ownership of a vsix? I want to change the owner of a vsix to another account. but i am failed to find that one. And i also tried to use the new owner account to upload the...
View ArticleVisual Studio Team Service REST API error when creating a new iteration
I am having some trouble creating an iteration using the REST API for VSTS.I have tried the simple example code, which is as follows (I have replace the instance and project values with my...
View ArticleCustomizing a project item template
Hello,I'd like to set the custom tool and the build action of a project item through a project item template. I saw on a post titled "Is it possible to associate a custom tool with a file extension"...
View ArticleHow to clear the "ErrorList" window before compiling
Hi there,I'm invoking "SolutionBuild2.BuildProject()" on various projects in an arbitrary solution and need to inspect each project's build errors via "DTE2.ToolsWindows.ErrorList". I discovered...
View ArticleThe Edit Extension Does Not Work
I cannot find a MSDN Forum for the marketplace, but there is a bug on the Visual Studio Marketplace.I have a typo on my summary, and I have clicked Edit Extension (10 times) and it doesn't open so I...
View ArticleReferenceing multiple soltuion from Git
Hi All,I published a class A in a Github repository. In parallel I built a soltuion B (which I leverage a private Git repostory for).Now I would like to reference class C in soltuion B but am...
View Articleمرحبآ
عند اتمام العمل في visul studio لايمكن تنفيذ العمل وتظهر الرساله التاليه a fatal error has occurred and debugging needs to be terminated for more details please see tha microsoft help and support web...
View ArticleDisable link in Team explorer (Visual studio 2012)
Hello,I am working on creating an extension to disable few links in Visual studio 2012 Team Explorer.Please see the below image for reference.I would like to disable the links highlighted in red color....
View Article