VS Shell how to execute Reload Project command?
I am working with Visual Studio Shell project.On ProjectNode in procedure RenameProjectFile where is renaming project name, I also renaming folder name.In procedure RenameProjectFile before I copy...
View ArticleCalling a Macro from an Add-in
I want to know if there is a way to call a macro from a VS add-in project. I have created a macro and now want to call its modules from a button click event of my add-in project. If someone knows the...
View ArticleIVsDataConnectionDialog
I don’t understand how using the IVsDataConnectionDialog class (interfaces) … Do someone have a sample code ?Thanks a lot
View Articleenvdte get "Reference Assemblies" folder path
Hello,I need to get the fullpath of the "Reference Assemblies\Microsoft\Framework\.NETCore" folder.Thanks in advance for your help.
View ArticleProblem with not unique thread ids in Thread Window
Hello I am implementing/maintaining a custom Visual Studio engine which uses the (old) AD7 interfaces (so not Concord). We support heterogeneous debugging of a native Windows process (debugged by the...
View ArticleUsing IVsUIShellOpenDocument.OpenSpecificEditor with...
Hi,I am writing a custom project system using MPFProj. My project has several properties pages that are displayed within the standard ProjectDesignerDocument.If the properties page is open when the...
View ArticleVS Shell how to override RemoveProject command?
Hello. I am working with Visual Studio Shell project. I want to change default dialog for removing project from solution and also add funcionallity to delete data from disk. However, I put breakpoint...
View ArticleUpdating a custom project wizard from 2008 to 2010
I have a custom project wizard which creates a c++ project with a series of build configurations setup. I recently migrated from Visual Studio 2008 to 2010. However there seems to be a difference in...
View ArticleHow to export the Test results of Test List Editor to excel--- Addin for VS2010
Hi Team,I would like to create a VS addin, which will help me in exporting the Test results of Test List Editor in VSTS to Excel. It must look like, as we have an option of exporting the query results...
View ArticleIs it legal to use Visual Studio Shell commercially?
Greetings,I'm using Visual Studio 2010 Shell in developing commercial products (I use it in debugging and report design)Is this use legal?
View ArticleVisual Studio 2012 Find in Files not Displaying Files
Maybe I am doing something wrong but all of a sudden the Find in Files in my VS2012 does not display the actual file results. It displays the count but the file list is empty.. Am I missing...
View ArticleCreating Project Items Programmatically
I have this code ...(project is type of VSProject2)...string itemPath = currentSolution.GetProjectItemTemplate("ScreenTemplate.zip", "csproj"); project.Project.ProjectItems.AddFromTemplate(itemPath,...
View ArticleProgrammatically Add item as Link in VS project templates
Hi Folks,.I am working on VS custom project templates.I have common assembly info at a solution level.I want to all link to common assembly info to all the projects in solution programmatically.In DTE...
View ArticleError in viewing a web page in browser through the created VS AddIn
I want to View a selected web page in browser through coding of the VS Add-In that I have created. So My code goes as below.DTE dte; EnvDTE.UIHierarchy solutionExplorerHier =...
View Articlei want add gauge controle in my toolbox in vb express 2008
bonjour!i want add gauge controle in my toolbox in vb express 2008.mercie.
View ArticleAdding a TreeView to a Tool Window
Is it possible to add a TreeView to your own VS Package Tool Window and the shell provide drag/drop automatically?Meaning, if I create a directory structure ( files, subdirectories, etc. )... is it...
View ArticleAdd VSPackages to Isolated Shell
How do you install VSPackages within the VS Isolated Shell after deployed?Meaning, I have deployed a shell and would like to install a VSPackage we created. The VSPackage would only be internal and...
View ArticlePackage compile error
I am working on my first VS package and running into an undefined attribute when compiling the vsct file. My short term goal is to place a new menu item on the context menu of database tables in server...
View ArticleEditor Classifier in VS2012 Isolated Shell
Hi,I've followed the steps described here:http://msdn.microsoft.com/en-CA/library/ee524005.aspxExcept that I've created an EditorClassifier instead of an EditorMargin. The problem is that it doesn't...
View ArticleWhy is my Language Pack not making a Source?
I'm working in Windows 7, coding in C#, and trying to make a Language Pack for Visual Studio 2012.I've been following the instructions for making Language Services in a package that are posted here on...
View Article