Can we place MFC Controls in RunningObjectTable?
Hi Everyone,I want to place MFC control in RunningObjectTable. Is this possible?. If yes how can we place it in RunningObjectTable?Regards,Rajendar.
View ArticleA Addin object sample does not work
Following is a code sample of Addin I copied from MSDN and did some modifications to.But it seems that it does not work properly.1> DTE Add-in count before and after the Update does not change2>...
View ArticleCustom Visual Studio Project System: Property Pages Not Showing
I've been stumped on this for a while now, and can't figure out what else to try. So essentially we have created an SDK for Visual Studio 2010 and an installer that creates a project template for...
View ArticleVisual Studio 2012
Is any possibilities to hide built-in dialog boxes programatically in visual studio. For e.g. I don't need the Reload all dialog in visual studio.Thanks,Abbas KAbbas K
View ArticleXAP file in siverlight
Hi , we are developing source control plugin for Visual studio. We are not sure about xap file should be cheked in the repository or not . I checked the same usecase in Team foundation server , TFS is...
View ArticleCustom business type with custom properties
Hi.Is it possible to define/add custom properties to a cutom business type? For standard text types, there is a minimum and maximum properties - setting them for a field T once for all they will be...
View ArticleExtending VS project system with MEF
Hello all,I have found that Microsoft.VisualStudio.Project.PropertyPages.PropertyPagesDataModelProvider from Microsoft.VisualStudio.Project.Core.Impl.dll (VS2012) imports many parts via ImportMany...
View ArticleMenu command to be visible only for specific projects
Hi..,I have created a project Template and a VsPackage that host a Menu Command.Requirement: The menu command will be invisible by default and need to be visible if the user selects only the above...
View ArticleCustom handling of .js files in custom projects
Hey there,I'm writing a VS package for VS 2010 and above.Here's a simple project which reproduces my issue and what I try to achieve:MyScript.zipBasically, I create:A custom project type (myproj) using...
View ArticleShow Save Changes Dialogs
Hi i'm searching a way of showing the same dialog VS shows when you try to close the IDE with unsaved files. I've spent few hours looking at all the Microsoft.VisualStudio.Shell.Interop (and friends)...
View Articlexap and clientbin folder sourcecontrol
Hi , I am a developer for visual studio source control plugin. I am trying to avoid xap file and clienrbin folder in silverlight to chek into the repository.Is there any API to exclude Clientbin and...
View ArticleWhere is SVsFontAndColorStorage2 defined/documented?
I am working on managed a Visual Studio 2012 add-in, and need to perform a IVsFontAndColorStorage2.RevertAllItemsToDefault(). To do this, I need to obtain anIVsFontAndColorStorage2 interface. And to...
View ArticleTemplate: Can a Project template also host a menu command?
Hi,Is there any way to create a project template that also hosts a menu command?(I mean to say adding .vsct file and necessary code to the project template solution)
View ArticleWhat happened to the Visual Studio 2010 SP1 Isolated Shell Redistributable?
Hello, I'm looking for the Visual Studio 2010 SP1 Isolated Shell Redistributable. It appears the URL that I've been using for a few years now and is referenced in many places in MSDN is pointing to a...
View ArticleMenu command visibility as "Project" Menu visibility
Hi All,I have created a VsPackage that host a Menu Command which is invisible by default and should be visible if i select any new or existing project (Just like "Project" Menu of Visual studio).Do i...
View ArticleLooking for WPF Plugin "hello world" example
Hi, I'm trying to create just a very simple wpf-based addin for visual studio 2012. I've seen partial examples on the web and I've gotten to a point where I am creating the control with CreateWindow2...
View ArticleAn error was raised by libgit2. Category = Net (Error).An error occurred...
I just downloaded the latest version of the Visual Studio tools for GIT. I have a .NET project stored in GIT on an internal server, available over https using Apache with a self-signed ssl...
View ArticleVisual Studio 2012 SDK - Extension - Language Services
How can I do to link when I have a service typed in my javascript file to the definition.
View ArticleVS2012 Error: The target "VSIXContainerProjectOutputGroup" does not exist in...
I'm using VS2012, and VS2012 SDK.I created a new Visual Studio Package project from the template. The options i've filled in for the template were minimal (none of the checkboxes was checked). I've...
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 Article