Additional UIHierarchyItems within the Solution Explorer, e.g. "Deployment",...
Hello everyone,is it feasible to add individual UIHierarchyItems to the Solution Explorer?Actually I am a C++ and Qt developer. In this world I can just create something like:/* \see...
View ArticleAdditional UIHierarchyItems within the Solution Explorer, e.g. "Deployment",...
Hello everyone,is it feasible to add individual UIHierarchyItems to the Solution Explorer?Actually I am a C++ and Qt developer. In this world I can just create something like:/* \see...
View ArticleMaintaining links between two Access databases when publishing a ClickOnce...
I have an existing ClickOnce application that uses an Access database.Recently I have determined that I needed to split the database into two components: System (tables that are maintained by me...the...
View ArticleHow to create setup for project in VS2010 with SQL server 2008 Database
I have created an project with SQL server 2008 as back end for data storage i want to create simple setup file by which my application install my application with data storage
View ArticleHow to set global scope for SmallSearchInputBox ?
Hello,I need to find content across all site collection, while SmallSearchInputBox searches only to respective site collection.Can anyone please let me know how can I set a global scope for...
View ArticleDisable the "New Item" context menu item on specific folders
Hi! I have an isolated visual studio shell (vs 2012). There is a project system in place and now I would like to disable the "New Item" command if the user has selected a specific folder or a project....
View ArticleRDT not releasing one of my project files when Closing the Solution via...
I'm running the VSShell 2010 and my project is based off the MPF2010 package that's available on the CodePlex.Recently, I had an issue land on my desk where one of my project files is not saving...
View ArticleGraphProvider: How do I link my response nodes to the Hierarchy on a search...
I have an existing implementation of IGraphProvider that constructs and links nodes to provide symbol information in my project kind. While implementing support for Search Solution Explorer, I have hit...
View ArticleGraphProvider: How do I update nodes from a previous graph provider...
I have an implementation of IGraphProvider that provides symbol information for my project kind. I am able to produce functional nodes that the Solution Explorer is willing to traverse. However,...
View ArticleDynamically change the CommandBarButton.Picture. (Vs2010 isolated shell))
Hi, I want to change image of CommandBarButton dynamically, the code is as following: CommandBarButton rmdCommandBarButton = GetRmdCommandButton(); var picture =...
View ArticleHow to swap out the default IVsDebuggableProjectCfg implementation for native...
I have an extension where I would like to modify the behavior of F5 for native code projects. I want almost identical behavior to the current F5, except that I would like to modify one of the fields...
View ArticleCannot find "favorites" in visualstudiogallery.com
Yeah, it is a silly question, but when I login in visualstudiogallery.com, i cannot find my favorites. I have add some extentions to favorites, but where it is?
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 ArticleI want develop a adddin that like this
When I put my cursor on some keywords, there will be a screen tip shown.I want develop a adddin that like this:Can someone help me?
View ArticleCan the dependency graph tool in Visual Studio be leveraged programmatically?
In Visual Studio 2012 Ultimate (and also 2010 and 2013), one can generate a dependency graph using ARCHITECTURE -> For Solution. I would like to access this functionality programmatically, perhaps...
View ArticleCodeModel support in F#?
Hi,Anyone knows if there is possbile to access the code model structure like in C# or VB.NET with CodeModel and FileCodeModel classes?Thanks!
View ArticleInvalid Multiple Zip Files in in VSIX
Hi all,I created a VSIX with multiple project templates and it works fine.But (there's always a but), when I try to upload it on the visual studio gallery, I get an error message: Invalid Multiple Zip...
View ArticleBreakpoints not visible sometimes in Disassembly window...
Hi, Environment: VS2010 and .NET 4.0 We have implemented custom Debug engine and necessary interfaces (IDebugPendingBreakpoint , IDebugBoundBreakpoint, IDebugDisassemblystream,...). Everything...
View ArticleVSpackage: How to add command in Watch window
Hi all,I am developing a VSpackage. I need to add a new command into menu which appears in Watch window when we click on a variable (in debugging).When we enter into break mode we see that variable has...
View ArticleVCProjectEngine dll 9.0 not detecting x64 configurations and platforms
Is there a way to make the .NET framework VCProjectEngine 9.0 dll detect x64 configurations in vcproj files? It seems to ignore them, only caring about Win32. Thanks,Adam
View Article