ISmartTagAction.ActionSets is Always Ignored
The ISmartTagAction interface has an ActionSets property from which you can return action sets related to the smart tag action. I thought this might function like a submenu. However, if any action...
View ArticleVSO integration with Sharepoint Online.
Hi,We are using SharePoint Online to manage all project documentation. I am looking to get details on how to integrate a SharePoint form with VSO workitems. The high level idea is that the info will be...
View Article"Create a team project" using the API
Whats the deal with this then? https://www.visualstudio.com/integrate/api/tfs/projects On this page it says you can create a new TeamProject from the api, but everywhere i look i cannot find any...
View ArticleVisual Studio Not Starting: ERROR: No InprocServer32 registered for package...
Visual Studio had previously worked fine for me without any problem and I have not made any changes to my system -not that I am aware of at least. Suddenly, when I open it, it will display a dialog box...
View ArticleHow to assign Mouse button (The two side button) to view.NavigateForward and...
Hello, I would like to know whether we can assign Mouse button (the two side button) to view.NavigateForward and view.NavigateBackward in VS 2013. If yes, please teach me how to do. Or not, why do not...
View ArticleQuerying IDebugField for IDebugCustomAttributeQuery
I own a .NET debugger that has shipped relatively unchanged since .NET 1.0! It is for debugging Fortran and the compiler attaches attributes to some statics. These contain additional debug information....
View ArticleAdding a Menu Command with VSIX
In Visual Studio 2013, is there a way to move the menu commands to all Visual Studio instances without having to be in experimental instance? In Visual Studio 2010, I had a command in the Tools Menu...
View ArticleHow can I capture scroll events in either the IVsTextView or IWpfTextView
Hello, how can I capture scroll events in either the IVsTextView or IWpfTextView?Glenn Puchtel
View ArticleCreating VSPackage in Visual Studio 2013
Whenever I try to create a new VSPackage project in Visual Studio 2013 Update 5, selecting C# as the language, I get an error when it tries to open the resulting solution, saying, "The element...
View ArticleEditor Classifer and Visual Studio high contrast theme
Hi,i wrote an editor classifier extension and it works normally in light, blue or dark theme but if i turn on the high contrast theme in windows visual studio switches to the high contrast theme as...
View ArticleHow to close a IWpfTextView based on a condition from the...
Hi,I have a class which listens to the IWpfTextViewCreationListener using System.ComponentModel.Composition; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Editor; using...
View ArticleProjectItems.AddFromDirectory does not work with Visual studio 2015
HI, i need to copy a directory pragmatically to my project.i have used the below code in my project.ProjectItems.AddFromDirectory(_projectPath + "\\Folder"); but it does not copy the whole directory....
View ArticleMy context menu item made by menu command in Visual Studio Package is not...
I made a menu command and it works fine in .cs files as you can see below.The penultimate item "Build this project" is the created item.But when I try it in cshtml files, this item is not shown.I'm...
View ArticleVSIX signing
Hi,I signing my VSIX package using the VSIXSignTool as described here the command says the package was successfully signed but when try to install the VSIX package it says the extension contains an...
View ArticleVSO REST APIs: How do I create a build 2.0 definition?
I've tried different variations of the REST uri including the documented uri,https://{account}.visualstudio.com/defaultcollection/{project}/_apis/build/definitions?api-version={version}, and I've tried...
View ArticleCrystal Report for visual studio 2012/2013 not working on Windows 10
Hi all, I am using Visual studio 2012/2013 with SAP crystal report 13 SP14 (CRforVS_13_0_14). Previous I was using windows 7 and windows 8 and was not any problem. but after upgrade to windows 10,...
View ArticleFxCop error on Vsix project VS2015
With VS2015 Enterprise I have created a new "Analyzer with Code Fix (NuGet + VSIX)" project. It works fine, but when I run the Microsoft FxCop rules on the solution I always got the following...
View ArticleUse T4 templates to change version in source.extension.vsixmanifest
Right now the version in the source.extension.vsixmanifest is always 1.0 unless I manually change it. I don't see a way for it to be automatically updated except maybe using T4 templates. Does anyone...
View ArticleHow to display and send information to and from excel spreadsheet using app
Hi,I'm trying to display information from excel spreadsheet on a app that's been created on visual studio express 2012 for windows 8.1. Could someone please help me how to write visual basic code for...
View ArticleTeams and users visual studio online rest API
Hi everyone,I am new to the whole rest API business and I was wondering if anyone could point me in the direction of assigning users to teams and teams to team projects as I cannot seem to find...
View Article