Export Project Template
I am working on exporting a multi project template, and I can't seem to figure out how to export Solution Folders with the template.I even tried a simple test of exporting just 1 project that had...
View ArticleAddin: Do merge of item programmatically
I use VS 2012 and VS 2010. I have Addin VS. I want do Merge of a ítem (sql file).I use the following code, but I get COMException exception. I use the following code, but I get `COMException`...
View ArticleQuickInfo shows a single letter instead of full variable name
Hi,I have an isolated shell application based on VS2010 shell. The mouse over on a variable in debug mode gives the name of the variable and the value.Now, I have ported the application to isolated...
View ArticleVsShellUtilities.LaunchDebugger throws Exception: "Operation is not valid due...
We are extending Visual Studio 2010 Isolated Shell.We are using it as an IDE for our own application. We have our own project, which has its own hierarchy, and can be build to a binary. ([Project...
View Articleintegrate of powershell in visual studio.
i want to develope a GUI tool for office 365 about cmdlets of powershell in visual studio.
View ArticleIntegration of Powershell in Visual Studio with C# & Also Executing Command...
Hi..I Want to connect powershell with visual studio and execute a exchange online command through visual Studio. How can i do this??? Please suggest me and it is possible then give me a sample program
View ArticleVisual Studio 2013 Integrated Git Version
I would like to know how does the Git version work with Visual Studio 2013. If Git has vulnerability issuewe would have to update our Git client for the best practice. How does the integrated Git work...
View Articlepackage 'manifest designer package' failed to load Windows Phone SDK 8.0
I am very new to Windows Phone Development therefore I do not know much about it....I installed Visual Studio 2012 in my Windows 8.1 64x Operating system after installation I downloaded Windows phone...
View ArticleVSPackage menu items not updating text correctly, Win8.1
VS2013 Pro SP 4 Win 8.1 x64 I have two OleMenuCommands added to the Tools menu. I have given them a handler for the BeforeQueryStatus event.I have added debugging code to the OnBeforeQueryStatus()...
View ArticleBest Authentication Library for Windows Phone 8.1 & Windows Desktop 8.1...
What's the best go forward framework (Web Authentication Broker, WPF, other) to use when authenticating against an Open Connect 1.0 authentication server (that's OpenID + oAuth v2.0)? My developer...
View ArticleIs it possible to include a linked file in a T4 template
Hi All I'm trying to create a T4 file that includes a linked file. So my project looks like:Project File1.ttinclude File2.tt File2.cs Here File1.ttinclude is a linked file (Add existing...
View ArticleHow do I launch the C++ Dialog Editor in a VS Package using DTE?
I would like to create a VS Package based add-in that launches the C++ dialog editor for a particular dialog resource in the .rc file for a project using the DTE interface or any other method that...
View ArticleCannot add breakpoint in WpfTextViewHost
I want to have 2 editor views for a C# file. One is for full view, and one is for partial view (zoom into a function)I created WpfTextViewHost by following these steps:1) RegisterInvisibileEditor:...
View ArticleHow to extend "New Project" dialog for Visual Studio?
Hello all: From VS2008 to VS2012, the default saving encoding template such as WinForm is depending on your current system's language's setting (If you are in TaiPei, the encoding is Big5; if in...
View ArticleNeed to set "default processor architecture" programmatically
Under the Test > Test Settings > Default Processor Architecture there are two options: x86 and x64. I would like to be able to set this option from a visual studio extension/plugin but haven't...
View ArticleIntra-text Adornment should hide when cursor is next to it (extending the...
I am analyzing the Intra-text Adornment Sample (https://code.msdn.microsoft.com/windowsdesktop/Intra-text-adornment-VS-9257bc99).I am using the sample with the IntraTextAdornmentTagTransformer base...
View ArticleAny better way to access project item metadata yet?
In my extension I want to add metadata to project items. When my extension creates a new file and adds it to a project I want to attach a some data to it so that I can query it later and find all the...
View ArticleOptions" is active">How to trap F1 (help) when "Tools -> Options" is active
Hi there. I already posted this question previously with no appropriate response. I wouldn't normally post it again but I'm justifiably losing my patience. I can find no way to trap F1 (help) when...
View ArticleDTE.ExecuteCommand("EditorContextMenus.CodeWindow.GoToHeaderFile") failed
Visual Studio 2010 with SP1, when running a macro DTE.ExecuteCommand("EditorContextMenus.CodeWindow.GoToHeaderFile")error msg pop: "Error HRESULT E_FAIL has been returned from a call to a COM...
View Articledrop-down menu in VS isolated shell doesn't block sending keyboard events to...
I have a complicated VS 2010 isolated shell project, using also the (WPF based) menus of VS. In this project I have a form designer which has winforms controls, hosted in wpf using WindowsFormsHost. I...
View Article