The project type is not supported by this installation.
HiI created the project template for ASP.NET MVC3 vs 2010.I used the IWizard interface for load the project item from .vstemplate file by...
View ArticleAdd a Solution Folder with files using a Solution Template
I followed a post by Elisibeth Andrews to create a solution template with multiple projects in it. I have some global T4 Template files that I want to put in a solution folder. I have not been able...
View ArticleFxCop warning in Vsix project, while GlobelSuppression file is existing....
I create a solution with projects + a vsix project, which references the other projects. I suppressed all FxCop warnings which I get for right click -> "Run Code Analysis on Solution". Now I got no...
View ArticleCannot find Custom Editor option
I'm trying to create a custom editor for my DSL in Visual Studio 2015. There is a help page that talks about it, but I don't see it in the project list.I started of with a VSIX project solution and...
View ArticleVisual Studio Extensibilty
Hi-I would like to make a tool that will insert the day of the year in the current editor window. What is the best way to do this?Thanks!
View ArticleDeploy to experimental instance deploys to wrong location after upgrade to...
Hi,I have an extension that is deployed against Vs2005/Vs2008/Vs2010/Vs2012 and I am planning to extend this to deploy against Vs2013.After upgrading my solution to Vs2013 the Vs2012 VSIX is no longer...
View ArticleHow to get the path for visual studio 2013 and 2015 web application project...
Hi AllI have worked with creation of web application project template. I want to install the nuget packages programatically in to the project.how to get the path for the web application packages from...
View ArticleVSO REST API: IndexOutOfRangeException when try to create Test Result via Rest
Hello everyone.I try to use new Visual Studio Online REST API for Test Management. So I managed to create Test Run, but I faced with problem of creating Test result for this Run. I followed the example...
View ArticleCode Snippets in VB
Ordinarily, I do C#. However, I am on a project using VB. Anyway, I went to use a code snippet and the way I would type a shortcut <tab> <tab> didn't work.Is there a way to toggle this...
View ArticleRevolution R Open (RRO) integrating with Visual Studio Community 2015
I am a financial trader that would like to make algorithmic trading systems with visual studio community. I would like to use a combination of C# and R statistical language. I would like to know how...
View ArticleVisual Studio 2015 appears to complie VB code with C#
Steps to Reproduce: Create new Visual Basic Analyzer with Code Fix (NuGet + VSIX) From VSIX project add New Item... Extensibility/Custom Command called "CustomCommand" Not required but helps see the...
View ArticleImplementing your own Undo context using AddFilter
Hi,I have an editor with IOleCommandTarget implement and I have setup a filter using AddCommandFilter,I on IOleCommandTarget I receive call for Microsoft.VisualStudio.VSConstants.VSStd97CmdID...
View ArticleHow to enable/disable any DiagnosticAnalyzer by Id at runtime - Visual Studio...
Hi,I'm writing some DiagnosticAnalyzer for VS 2015 (Roslyn), I want to implement a dialog options, which allows user to enable/disable any DiagnosticAnalyzer they like, how can I achieve that?...
View ArticleSDK Package: Is there a way to create custom handler for copy/paste of...
I am working on a SDK Package for VS2010 that contains some custom project items, and I would like to handle copy/paste of these items in Solution Explorer. The nearest I've come to a solution is to...
View ArticleStore array in options using DialogPage
Assume that I need to store any array in the extension just freshly created from the template.I just created new VSIX project, added VSPackage to it, then added option page grid (DialogPage). Then I...
View ArticleVisual studio 2012 sdk, implementing navigation bar for personnal language in...
Hello fellow developers, I'm trying to implement navigationBar in my editor for my company private language... Actually I did it work when one editor is open, both navigation bar, types & members,...
View ArticleLocalisation package
Please I am a translator. Can I get Windows language pack to translate into Ewe language? Thanks.
View ArticleIssue with creating VC++ Project from Template
Hi,One of my students had a problem creating his project from a template. We deliver a Game Engine template to our students to create a C++ project. When he selected the template to create his project...
View ArticleEasy menu development
In Vs2010 from whence I emigrated, there was a tool that provided easy development of a front end menu. You specified a parent item and the text to describe it. Then did the same for the child and...
View ArticleGetCustomGlyphList is not calling by VS2015 IDE
Hi All,We have a working Source Control plugin for VS2010, 2012 and 2013. Recently we started providing support to VS2015. Plugin functionality is working fine but custom glyphs are not displaying...
View Article