RunFinished() in IWizard interface is not firing...
I am trying to Create Multi-Project Template, so am having three project templates(2 project template and 1 Wrapper Template which has only .vstemplate file which will fire IWizardImplementation.cs...
View ArticleExtending the Exception Assistant - VS2012
Is it possible to extend the exception assitant in VS2012? I know it was not possible in earlier versions of VS (source)
View ArticleVSWizard in VSPackage
I never create real VSWizard project, just in tutorial. I create VSPackge project this moment and I think I need to use VSWizard inside my package, so if I push a menu item inside my editor, I want to...
View ArticleTool to create addon for IE
Hello, I'm new to add-in creation. I need suggestion for tool to create add-in. I've Visual Studio 2010. I can't buy Add-in express additionally now. Is there any tutor available for...
View ArticleEnable VSIX installer for all editions of Visual Studio
Hi,I have created a text editing extension for Visual Studio 2012.I have left the default options in the VSIX manifest and in the installation targets there is:Microsoft.VisualStudio.Pro - 11.0Some...
View ArticleHow to create an Item Template Category using VSIX deployment when...
I know that you can have your custom Item Templates appear in custom categories in the "Add new file...." dialog by creating your Item Template zip file, and placing it in...
View ArticleInstall Error :...
Please help me understand this errorThis extension cannot be installed because the following references are missing: - Visual Studio Product Updates at...
View ArticleCopy Add-Ins from One Computer to Another
I work on 2 computers -- a desktop and a laptop. I have (probably 20 add-ins) on my desktop that I would like to transfer to my laptop. Both computers are running VS2010 Ultimate. Is it possible to...
View ArticleHow to Access MSBuild properties inside custom task
Hello,I have implemented a custom task (Subclass of Microsoft.Build.Utilities.Task) and I am looking for the best way to access MSBuild properties, such as $(TargetPath), $(ConfigurationName),...
View ArticleVS2010 SP1 SDK MEF Member Completion
Hi I have followed the:Walkthrough: Displaying Statement Completion and its all good (VB.NET Version). My questions is there any way to do member completion for VS2010 SP1 SDK on the MEF?I have...
View ArticleDatabase Visualization Interface like BIDS
I'm working on a Database related project and Is there any possibility to make an Interface using .NET (C#)Like Business Intelligent Development Studio with ability to create and visualize the ,...
View ArticleHow to set foreground and background properties for textbox and grid to work...
Hi,I have created a custom tool window that has label, textbox and grid controls. I bind the foreground to VsBrushes.ToolWindowTextKey of the label control. Foreground="{DynamicResource...
View ArticleIs the old Figures sample for native developers still available somewhere?
Thinking this might be helpful in seeing the bare bones of native API language development.
View Articlehow to integrate project template with the extension like tool box in vs2010
Hi,I have two different extensions which needs to be integrated (one is dependent on another)I have created a project template (vsix) and also created window like (tool box also vsix) which will have...
View ArticleProgrammatically open Pending Changes window and add Work Item
I develop extension for Visual Studio (2012).I need to programmatically open Pending Changes, change text in Comment input and add Work Items to Pending Changes.I use the following code:var tfsExt =...
View ArticleCOMException calling OpenSpecificEditor
Hello. I have a VSPackage that has a custom editor for non-file base item. This has been working fine in VS2008 and VS2010. I am attempting to upgrade my package to VS2012 and am getting an error...
View ArticleProblems with editing vcxproj files
am working migrating a large code base to visual studio 2010. I have managed to convert the existing project files to vcxproj files. On loading the solution, a random number of projects are not loaded...
View ArticleHandle Copy/Cut/Paste .. Undo/Redo in custom ToolWindowPane
Good morning,is there anyway to tell VS that my Package's custom ToolWindowPanes are capable of and can handle Copy/Paste etc as well as Undo/Redo and if so, what interfaces would I have to implement /...
View ArticleSystem.InvalidOperationException "IWpfTextView.TextViewLines is invalid."
We are working on a Visual Studio extension, but now and then the following error is occuring. Can somebody help me point out the cause of this exception? None of our own classes are mentioned in the...
View ArticleGet configuration file in vspackage ?
I need to get configuration file of a project that used my vspackage editor. The question is how the fast way to get main configuration file in a project by using IVsHierarchy or is there a method that...
View Article