ViewKind Parameter Ignored in ProjectItem.Open if ProjectItem is Set to Open...
Hi all,In my VS2010 extension, I have just encountered a situation which I can find no workaround for. As always, I went to Carlos Quintero's MZ-Tools first to see if I could find an answer. In this...
View ArticleGetProjectItemTemplate call has become extremely slow
I am building a custom VSIX package with an ProjectItemTemplate that includes a wizard. A couple of months ago, for no reason I can determine, the call to GetProjectItemTemplate() started to take 3-5...
View ArticleXSLT Debugger is disabled in Visual Studio 2013 Integrated Shell
According to this link, the Visual Studio 2013 Integrated Shell contains an XSLT Debugger:https://msdn.microsoft.com/en-us/library/bb129445.aspx?f=255&MSPPError=-2147217396I installed this version...
View Article[Error] Visual Studio 2013 - Can't view 'Properties' Window
Hello everyone, recently I have been encountering an issue within Visual Studio 2013 where I cannot seem to view the 'Properties' page of my file within my project. This is the error that I receive:'An...
View ArticleSDK Package: add context menu item to Modules Window
Hi,I would like to add a new feature to the 'Modules' window, which is available during debugging.My VS Extension needs to add a context menu item "Show in explorer" and in the handler of this item I...
View ArticleItem template OpenInEditor attribute.
I have an item template where I want OpenInEditor=true when the item is added explicitly by the user via the Add New Item dialog. But, I want OpenInEditor=false when the item is added programmatically...
View ArticleVSPackage: Obtain a PLK for a 2005/2008 VSPackage
Our extension still needs to support VS 2005 and 2008, but I cannot generate a VSPackage PLK anymore - the system seems to the broken. MSDN searches lead to this page: How to: Obtain a PLK for a...
View ArticleC# package - from code to sequence diagram
i am currently developing a package using c#, the main objective of it is to come up with a sequence diagram after the user has finished coding. any suggestion on how am i able to do it? is there any...
View ArticleVSPackage Project System Standard Editor (OpenStandardEditor) and include...
I developing my own project system (Using MPF). My project consists of *.c files. When I produce double click on any .c file - MPF opens standard editor for c/c++ documents. For example:#include...
View ArticleSeeking your advice/Best way on Windows Installer / Builders to redistribute...
Our Scenario is We are building VS 2010 Setup Installer (Setup and Deployment project ) which install Visual studio custom project templates , some add in and our code -custom dll in GAC and...
View ArticleCan we customize this VS 2010 Setup and Deployment wizard to download Nuget dlls
Can we customize this VS 2010 Setup and Deployment wizard to download Nuget dllsMicrosoft.IdentityModel.Clients.ActiveDirectory dlls which are required as pre requisites for our installer?Our...
View ArticleTeam Foundation Server not supporting the post request for workitem creation.
Hi,I am trying to integrate salesforce and TFS, but according to the document "https://www.visualstudio.com/integrate/api/wit/work-items#byids" workitem creation need the patch http request. But in...
View ArticleNeed help in adding additional command in VSPackage.cs
i am currently facing an issue, and desperately need help. any help will be very much appreciated.in my vsct file, i do have 2 buttons. <Button guid="guidMyFyp_PluginCmdSet"...
View ArticleSDK Package: add context menu item to Modules Window / is there an API for...
Hi,I would like to add a new feature to the 'Modules' window, which is available during debugging.My VS Extension needs to add a context menu item "Show in explorer" and in the handler of this item I...
View Articlesuo file causing failure on Project reopen
VSIS 2012 project upgrade I created a set of IVsProjectUpgradeViaFactory events and all looked good and working until I hit a roadblock where something is getting written onto suo file causing Project...
View ArticleGeneric types marshalling issue in Visual studio 2013/.net 4.5.1.
We have an isolated shell application built using Visual Studio 2010. In the application we are accessing some of our Generic dictionary variables defined types via COM objects. But after installing...
View ArticleWinform-developed Active X can't be used in another winform application
Background: I want to develop a Active X control(using winform), so other C++ and C# applications can use this active x control in their UI. Problem: I've finished develop this control, and I can find...
View ArticleChange Ownership / Transfer VSIX
Hi,I'm the author of MonoHelper and would like to transfer the ownership to my primary Outlook account (I'm not really using this account anymore).Is there a possibility to transfer ownership of the...
View ArticleDifferent Version of DLL for .NET framework
Hi All,Currently I have installed 2 frameworks i.e Framework 4.0 and Framework 4.5.2 I have code (dll) which is built in Framework 4.5.2 and I want to use it in Framework 4.0.Does VS support this...
View ArticleEnumerating projects in solution, only gives top level projects??
Hi,I have a VSPackage and I want to enumerate all the projects in the solution. To do this I use:var dte = Package.GetGlobalService(typeof (SDTE)) as DTE;for (var i = 1; i <=...
View Article