IVsTrackProjectDocumentsEvents2
Hi,In my package I have implemented IVsTrackProjectDocumentsEvents2, IVsTrackProjectDocumentsEvents3 interfaces, when I add an item to a VC++ project neither OnQueryAddFilesEx, OnQueryAddFiles are...
View ArticleIVsTaskList must be installed for this feature to work
HiI am trying to add custom errors to errors task list on visual studio 2008 through an add-in. It works fine on visual studio 2008 professional edition but not on team system edition. Any idea?errors...
View ArticleIs it possible to bring my android app project to visual studio and they will...
Is it possible to do that ? I been working on app and all the development happened android sdk but I want to share the app to windows phone store. I do not want to redesign the app at visual studio...
View ArticleCreate a project template VSIX package in Visual Studio 2013. On installing,...
Hi,I create a project template VSIX package in Visual Studio 2013. On installing the vsix package, it is not available in "C:\Users\UserName\Documents\Visual Studio 2013\Templates\ProjectTemplates"...
View ArticleCreate a custom project system which can be run on a web browser
Hi,I had created a custom project system by following the walkthrough https://msdn.microsoft.com/en-us/library/vstudio/cc512961.aspx?f=255&MSPPError=-2147217396. It is like a console application...
View ArticleVS 2012-2013 Extension, goto definition, reformatting
Hello,I am in a newbie in the realm of Visual Studio…We have a C++ project , plus some script text files ( referenced by the project, at this time as simple text files).We want to extend Visual Studio...
View ArticleHow to create the Custom project System as Web Project
Hi,I have created a custom project system using this walkthrough. But this walk through is targeting Visual C# project system. I need to create the Custom project system as Web project and set the...
View ArticleVS TFS question
I want to be able to copy test cases from one project release to another. I can copy test cases within a project release fine.
View ArticleForms designer?
So I'm new to Visual Studio. After creating a new Win32 Visual C++ project, I can't figure out how to open the forms designer for the default form (the one that pops up when running a newly created...
View ArticleHow to access project XML from a VS 2013 extension
I'm working on a Visual Studio extension that needs to directly modify a project's msbuild file (e.g. *.csproj). Unfortunately, the Visual Studio SDK doesn't seem to publicly expose any objects that...
View ArticleIWizard cancel and return to AddItemDialog
Hi I implementing IWizard with my item templates, and I want to be able to cancel the adding of the items and and show the add Item Dialog with the same parameters was initially displayed when my...
View Article[SDK Package] Visual Studio Hang with Language Service Sample Code
Hi,I followed the code here (https://msdn.microsoft.com/en-us/library/bb165662.aspx) and here (https://msdn.microsoft.com/en-us/library/bb166498.aspx). When I run Visual Studio and open a text file...
View ArticleProblem when registering two editor factories in one package.
Hi,I have two custom editors that I register in one package by calling RegisterEditorFactory method. In Vs2008 everything works ok, but in Vs2010, when calling the method to register the second editor...
View Articledocument.ProjectItem.ContainingProject.Object as VCProject yields null in...
I'm implementing a DocumentSaved callback. It starts like this:private void documentSaved(Document document) { if (document != null && document.Language == "C/C++") { VCProject...
View Article"Walkthrough: Displaying Statement Completion" does not work
Hello,I've been trying to get the code from the walkthrough named "Displaying Statement Completion" to work, but I'm at a loss as to why it doesn't.First I'd like to mention that there is an error...
View Article[Solved] Team Explorer Query Add-In
Hi,I am attempting to create a C# Visual Studio 2008 add-in for Team Explorer that will add a custom Context Menu item for when Work Item Queries are right clicked. I have succeeded in actually adding...
View ArticleRegister Option Page under "Projects and Solutions"
Hi,I have created a custom Options Page for my package and register it using ProvideOptionPage, I want to show the page under the existing category "Projects and Solutions" but if I use this as the...
View ArticleMSBuild.Evalutaion.Project from the EnvDTE.Project
Hi,In my package to get the MSBuild.Evalutaion.Project from the EnvDTE.Project I do thisMicrosoft.Build.Evaluation.Project project = null; ICollection<Microsoft.Build.Evaluation.Project> projects...
View ArticleProblem installing MVVM Light Library in PCL Project
My question pertains to adding MVVMLight to a "Portable Class Library" project in VS 2013. The "References" are right-clicked and "Manage NuGet Packages" is chosen. Then, I try to install "MVVM...
View ArticleExtensibility - The value in the Tools options has been changed to another...
In our project, The settings are being stored with the namespace of the class that defines the tooloptions dialog.. i.eSM.ToolsOptions.BuilderOptionsIn Visual Studio 2013, We implement the customize...
View Article