Resolve using not found in visual studio 2012 right click menu.How to add it ?
how to get this menu form visual studio 2012
View ArticleVisual Studio 2012 custom context menu on design surface (WPF\SL\WP8\WinRT XAML)
Hi, I don't know if someone could help me on this. I have a couple of Visual Studio 2010 extensions. Most of these extensions are providing extra functionalities for the currently selected Control(s)...
View ArticleCan "devenv /updateconfiguration" be used instead of "devenv /setup" after...
Hello!We are deploying our VSPackage (for Visual Studio 2012 under Windows 7) using an msi. According to Microsoft, I have to run "devenv /setup" after the installation...
View ArticleChanging Visual studio Default folder creation as part of project generation
Hi Folks,I am working on multi project solution template.In visual studio when user creates a new project,lets say Test project under C:\ drive,it will default creates C:\Test\Test(two Test folder).Can...
View ArticleVS2012 Async Changes?
Hi all,Currently we are porting our project from VS2010 to VS2012, and faceing a issue with asynchronous issues.Normally we are using a task queue thread to handling some tasks. The tasks will call...
View ArticleVisual Studio 2012 Entity Data Framework plug in for DB2 provider
We Have Visual Studio 2012, entiity data framework and are trying to connect to DB2 on a mainframe. We have the IBM DB2 .NET Data provider installed and we got it by installing these productsa) IBM...
View ArticleVisual Studio does not close child frames when user chooses "Open with......
I have an application that hosts Visual Studio frames on another frame. I do it by setting __VSFPROPID2.VSFPROPID_ParentFrame and __VSFPROPID2.VSFPROPID_ParentHwnd to child frames.When user selects the...
View ArticleOAProperties.Item being asked for 'ItemType' in VS2012
It appears that when one of my projects is loaded in VS2012 (a custom project type in a package), VS2012 is asking for an 'ItemType' property using the OAProperties.Item() method. This happens for each...
View ArticleHow to Change Order of a Flavored Project’s Item Nodes in Visual Studio...
As part of an extension for Visual Studio 2010/2012 (VSPackage) I need to change the order of a flavored project’s nodes in the solution explorer. Specifically, I have a custom project subtype that...
View ArticleCannot reset Experimental Instance of VS2012 RTM due to BlankFile.ico access
Hi, I can use CreateExpInstance.exe to Create, but not Reset. See below. Anyone thoughts as to why CreateExpInstance.exe is trying to access 'BlankFile.ico'. And how I can troubleshoot....
View ArticleIs it wrong for an application to copy to clipboard?
In an add-in to Visual Studio I want to take copy of the source code in the code window to the Clipboard using the following: objTextDoc =...
View ArticleRecommendation to enable an .MSI extension not installed in the Common7 folder
Hi,I have an extension installed by an .MSI. It works fine. It doesn't install in the Visual Studio sub folders, but in its own \program files ... folder. I need to have MEF enabled for this extension...
View ArticleDifferent Behavior of "Checkin" operation between VS2010 and VS2012
Hi,We found that there is a difference between VS 2010 and VS 2012. When we want to check-in the code in VS 2010, we right-click the files in solution explorer, and select "check in", the code change...
View ArticleVS2012 - Intellisense fails with existing C++ code
Hi,I used to work with VS2008 as a code editor since very recently. We are using libraries such as Petsc and Slepc which prevents me to compile our code in VS. However, Intellisense of VS2008 more or...
View ArticleIs there any API in VSPackage which exposes AST for .NET languages?
Hi,I am developing a VSPackage in C# language.I am trying to develop a tool which refactors the code for certaiin rules specific to my needs.I want to know if there is any API in .NET Which helps us...
View ArticleCustomized Project template throws exception as Package installation error...
Hi All,We have used customized project template. This project template copies the query.cs, Knockout.js, etc from C:\Program Files\.....\..\Asp.Net MVC4/Packages.After I update VS 2012 Update 2, our...
View ArticleVCCodeModel : AddInclude returns E_FAIL from wizard
Hi there,I am building a wizard to add some VC source files. I have the wizard running correctly, However I am having problems running using VCCodeModel from the IWizard implementation.The following...
View Articleper-user extensions are not loaded in Visual Studio
HiI have implemented one setup/install program which will install some extensions and project templates.Issue is :I am able to see project templates ,but Per-user extensions are not visble in Visual...
View ArticleControl has to automatically go to OK button once the barcodes are scanned
Here the user scans barcode consider item1 has "1111111" after which cursor will automatically got to next row now item2 barcode will be scanned..After which the contro(focus)l has to automatically go...
View ArticleAutomate Updating Database Project Nightly For Code Review
My company has just started to use database projects as a code review tool, utilizing the compiler engine. I’m trying to automate maintaining the database project with the current database changes...
View Article