How to provide license key to vsix installer
Hi,We have custom vsix packages which supports specific requirements.License key should provide Activation based on some key patterns.How can we provide license key to these vsix?? Thanks,Ravi
View ArticleMPF2012 Project Property Page Fails To Load
Hi All,I have a package that I have developed that has a number of features including the ability to right click a loaded project and click properties to bring up a custom set of MPF (project) property...
View ArticleHow to prevent collapsing of the Class View tree on update
Hello, I am implementing a package for Visual Studio which provides a custom project and language support. Currently I'm working on Class View implementation, which involves implementing...
View ArticleNeed help for my graphic project !
I have written a project, and it has not any error,this the first that I am usuing visual studio, before this time I have used Broland C++.anyway, I forced to use visual studio because I want to do my...
View Article[VS2010 T4] Any way to obtain name of the current project?
Hello! There's a template which traverses all files in solution and generates helpers for some of them. Currently the bootstrap part looks likestring projectName = "SomeProject"; IServiceProvider...
View ArticleCopy method on TextSelection object after calling SmartFormat does not copy...
In an Add-in, I use the following code to format the source code in the active code window:Dim tdoc As Document = _applicationObject.ActiveDocumentDim objSel As TextSelection = CType(tdoc.Selection,...
View ArticleDisplay only parent project in multi project custom templates
Hi Folks,I am working on multi project solution templates and packing them in VSIX.I have 3 class libraries and one web application.When I install the VSIX,all the projects get listed in the New...
View ArticleWhich setting in the "Visual Studio 2012 Color Theme Editor" affects...
So, after giving VS2012 a try a few days at the default settings, I couldn't keep working like that, and I found the "Visual Studio 2012 Color Theme Editor" so I could put some dividers back between...
View ArticleMetro Styled UI for Desktop Apps [e.g. vs12]
Hi Everyone! Well This is my first question asked on these msdn forums. Let's take example of Office 2013, Visual Studio 12. You'll notice these are "Desktop Apps" created to run on desktop environment...
View ArticleAddNewSolutionFolder context option not present in VS 2010 isolated shell.
Hello All,We are using Visual stusio 2010.We have created isolated shell project and when we run this shell, in the solution explorer window, on right click on solution node there is no add newsolution...
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 ArticleVBScript Editor
HiPlease advise me what's editor for VS 2012?I didn't set anything, but it's working fine. Now I want to edit another file type of "*." using same editor. Script Editor or VB Editor is not expected....
View Article[VS2012] How can I ignore updates for installed extensions?
I have an extension called NiceVS installed which fixes the ugly VS2012 Look.The new released version 0.9 triggers a VS bug (https://connect.microsoft.com/VisualStudio/feedback/details/782662) which...
View ArticleIVsPersistHierarchyItem2.SaveItem is never called in Visual Studio 2012
Hi, We are writing a VS extension project with TFS as the source control tool. The scenario includes some basic operations such as checkin, checkout, etc.We find that, when we try to check in from the...
View ArticleAbout the icon issue in source control in Visual studio 2012
Hi,We are using TFS as the source control tool in VS 2012.If one check out the file in C# project, the another can't see the lock icon in class view or solution explorary, even I refresh the window.Is...
View ArticleExtending VS2012: How to register a concord-based debug monitor for remote...
Hi,What do I need to do to add my concord-based debug monitor to the "Select Code Type" dialog for remote-attach debugging?The registry entry for my engine contains the following...
View ArticleMacros in Visual Studio 11 Developer Preview
Have macros been stripped from Visual Studio 11 completely? I can't find any reference to them, or panes like Macro Explorer, in the Developer Preview build. Or, is it just that they're not in this...
View ArticleHTML editor navigation bar.
We have a custom editor that hosts the native HTML editor. When our editor opens, we would like to hide the HTML editor navigation bar at the top. In Dev11, this happens by default (and the...
View ArticleAdding a new custom template with new SubType in VS Package 2010
Hi,I have created a custom template, I have exported it as a zip file into \ItemTemplates folder of my Package project.Than I have added into...
View ArticleVB.NET Insert rows from DataGridView To DB "Could not find Stored Procedure...
Hi There,I am trying to insert rows in the DB and cannot, please let me know it is throwing an exception "Could not find Stored Procedure Insert into IV00101" Private Sub BtnSendToGP_Click(ByVal sender...
View Article