Enable Send a Smile/Frown
Is it possible to enable Send a Smile/Frown to the VS Shell (Isolated)? If so, any docs to show?I noticed there is a link to disable No_HelpSendFeedbackCommand in the vsct file but is commented out...
View ArticleDeploying VSIX using GPO
Hello,How can I deploy VSIX extensions using group policies or any other means allowing me to get it installed into computers in domain?Thank you, Jan
View ArticleHow do you retrieve the list of intellisense completions created by Visual...
Hello All,I have a Visual Studio extension that provides statement completion (Intellisense). I build a series of Completions that are then provided to the customer. However, in my list of completions...
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 ArticleEntityDesignerExtendedProperty not loaded
Hi,Last week I uploaded a patch to the T4Csla Project, And it was fully working, Until I installed EF Tools 6. Now the Extended properties are not called.The same thing happened when I tried to...
View ArticleVC++ Wizard project setting properties
I'm trying to build a wizard in VC++, for VC++ projects.While editing the project properties in default.js, there is no list of project properties which I can edit, i.e., I do not see a list of...
View ArticleMenu item appears multiple items
I've created a menu item for the extension I'm working on; however, it is showing up 4 times in the Tools menu instead of just once. I've looked at various tutorials on the subject,but I can't seem to...
View ArticleVisual Studio IDE Architecture - Extensibility, Integration and Pattern
Hi,I am working on designing a tool similar to Visual Studio IDE. I explored the extension and integration model of VS Shell (Isolated). I was wondering if anyone could guide me to find appropriate...
View ArticleINTEGRATION WITH XAMARINE
ACCORDING TO THIS VIDEO http://blog.xamarin.com/webinar-recording-native-app-development/I INTEGRATED THE XAMARINE WITH VS2013 ULTIMATE WITH UPDATE 4.I TAKE THE FREE SUBSCRIPTION FROM THE XAMARINE AND...
View ArticleMenu in Visual Studio Extension
I have written a visual studio extension and want my menu structure to show up if a certain file type is highlighted in Solution Explorer. Right now the menu and its sub-menus shows up on the top...
View ArticleShowing "new" Add Reference Dialog in custom project.
Is there a way to show the new-style Add Reference Dialog from our MPF-based custom project? MPF currently uses IVsComponentSelectorDlg4 and that service still shows the VS2010-style Add Reference...
View ArticleDefault platform value in Visual Studio 2013
Hi Team,Currently we found an issue in Visual Studio 2013 Ultimate. It's about the default value in the platform.1,Create a c# console application2,Right click the solution in the solution...
View ArticleExtending Visual Studio to place marker in the margin
Hi,I would like to extend Visual Studio to place the marker in the margin(like breakpoint marker) for a given set of line numbers for the active document in C#.NET and also clearing off the marker.I am...
View ArticleVisual Studio 2012 Find in Files not Displaying Files
Maybe I am doing something wrong but all of a sudden the Find in Files in my VS2012 does not display the actual file results. It displays the count but the file list is empty.. Am I missing...
View ArticlePowerShell Error when queuing a build via Invoke-RestMethod
I have successfully implemented a number of PowerShell scripts to GET information, however I am unable to troubleshoot an error when trying to POST a request to queue a build.#Queue a build...
View ArticleWizard based x64 VC++ project creation
Hello,Using a wizard, I wish to let a user create a VC++ project. I'd like to give him options to configure the project, based on his needs, which would include, among others, a choice to have the...
View ArticleMicrosoft return Windows Runtime Object vs COM Object
Hi,We create a custom project like C#, c++ project in visual studio.We want to support different source control provider. Currently we have supported TFS.Now when we want to support AnkhSVN, we found...
View ArticleMoving uploaded VSIX files from one account into another
Hey guys,I want to ask you if it is possible to move already uploaded and published VSIX files from account into another.Our case is the following, our company made 2 accounts and we want to merge them...
View ArticleRemoving Project Templates from visualstudiogallery.msdn.microsoft.com
Hello,I got myself in a situation where i can't publish project templates inside visual studio template gallery. Here's the history.1. I got two windows live accounts (one to test and research and one...
View ArticleUnable to deploy custom VC++ Wizard
I've developed a custom VC++Wizard. This has been done usingVS 2013 Ultimate. However, I am not able to deploy it. I've copied the 3 files, <wizard_name>.ico, <wizard_name>.vsz and...
View Article