QuerySaveFile method
Hi All,I am developing VS package. While debugging my code , what i found is while saving .chtml file , QuerySaveFile([InAttribute] string pszMkDocument, [InAttribute] uint rgf, [InAttribute]...
View ArticleProblem setting the current configuration/platform
hi.i have a vs (2013) package that contains a single command. The command is supposed to change the current solution configuration as well as the current startup project. (infact, the command toggle...
View ArticleCan the behavior of Export Template Wizard by modified?
For example, I would like to change the ProjectItem for Package.appxmanifest. It sets attribute "ReplaceParameters" to false. I'd like to change it to true. Right now, I have to manually edit the...
View ArticleQueryeditfiles in vs 2008
Hi , I am using visual studio 2008. I have visual studio sdk installed. when ever file is edited , I am getting to Ivsqueryeditsave2.queryeditfile() function for all type of project templates except...
View ArticleProjectItem.AddFromFile only copies file , but does not add to project
Hi all,I am trying to create a VS project using C#. I am able to successfully create the same and save it to a location.I have a requirement that I am not able to work through. After creating the...
View Articleauto save with external commands
Hi, Does anybody know if it is possible to save all files before running my external command in VS 2013?Kind regards,Kootje
View ArticleBuilding a Solution
I am new to Visual Studio.How do I get the BUILD onto my Navigation Bar? I am trying to make some changes to a file in Visual Studio Express 2012 and then post the changed file back to my...
View ArticleHow to remove "Export Data Tips", "Clear All data Tips","Import Data Tips",...
Hi All, Currently I am working on adding sub Menus to "Debug" main menu of Visual Studio in Isolated Environment (My requirement is that I want to customize "Debug" main menu). I added few custom sub...
View ArticleHow to change the icon of project template using vsix.
Hi,I am creating template using multiple projects. for single project i can able to add my own icon to project template i.e. while exporting the project template only I added the image to the icon tab....
View ArticleAccessing the DTE in a package
I am trying to obtain a pointer to DTE object in my package command handler with GetActiveObject.Compiling the code results in error C2653: 'EnvDTE' : is not a class or namespace name. I am missing an...
View ArticleAdding more than one command to add-in
Hi I have created an add - in with create add-in wizard in C++The code in the onConnect creates a single command. Duplicating the code and changing the strings does not result in a 2nd command. What am...
View ArticleItem Template icons from Visual Studio 2010
I have been creating several Visual Studio 2010 Item Templates based on existing Visual Studio classes, services etc. However, once I export the newly created Template, it presents with a generic icon...
View ArticleProject templates creation
Hi,I have invoked the project template dynamically using the...
View ArticleChange position of menu command in Visual Studio Extension
How do I change the position of my command menu item through the .vsct file? I want to move my command menu to VIEW->Other Windows. Right now I'm able to get it under VIEW, but my menu command...
View ArticleAdding a custom right-click menu action for HTML files in a Web Site / Web...
hi guys,I have the following scenario - I create a new WebSite / WebApplication project in Visual Studio 2013, and i add a simple HTML file. Now when i right click the file in the solution explorer,...
View ArticleHow to register VSPackage in Visual Studio Isolated shell
I have VSPackage that right now I can get it to work only from within Visual Studio (Debug->Run)This VSPackage is basically to create new project type and it's based on MPF in Visual Studio 2013.Now...
View ArticleHow to export template for each project by automation
Hi, I have 40 projects , for each project we have to repeat the below steps as file->export template->select project. Is there any way to automate for exporting all the projects at a time.srujana
View ArticleVisual Studio Shell localization tool?
Can we create our own Visual Studio 2013 Shell (Isolated) Language Pack? Our native language is not supported out of the box. Is it possible to get access to tools you at Microsoft use for localization...
View ArticleRecommended Way to Install Windows Workflow Activities to Visual Studio ToolBox?
I am looking for some recommendations on how to add my assembly which contains Windows Workflow activities as toolbox items in a Visual Studio Workflow project from an installer. I'm looking for a way...
View ArticleOnAfterSave
Hello Experts,i am developing extension for visual studio 2010. When ever i am saving an edit file , i get call for onsaved() method. But it is not happening for .cshtml and .js file , Could you...
View Article