_debugEvents.OnEnterBreakMode is not firing
I am developing an Extension (VSPackage).. I am subsribing to all the Debugger events inside one of the classes (MyDebugger class)I am subscribing to following events inside the constructor publicclass...
View ArticleVS2010 - Subscription to DTE events doesn't seem to work - Events don't get...
I've made an extension inside a package and I am calling the following code (occurs when a user presses a button in the toolbar): DocumentEvents documentEvents =...
View ArticleWhy must I pay thousands of dollars to deploy a window application? What kind...
I wonder if Microsoft is pursuing any new strategy, supposed to prevent developers from continuing to develop innovative software for them and bring them to market. Why else is there no built in setup...
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 ArticleCustom Colorable item on Dev11 Exp Hive
I implemented a language service and some custom colorable items under text editor using VS2010 following the way fromhttp://msdn.microsoft.com/en-us/library/bb166250.aspx. It works well on VS2010 and...
View ArticleVS 2012, powershell, and creating a custom menu
Using VS 2012, I'm trying to have some powershell script create a custom menu for me and fire off commands from the click events, but they don't seem to function. I thought I had this working...
View ArticleHow to customize the Studio name in the UI's of Visual Studio
Hello, I have been using Visual Studio's Isolated shell to create a customized Studio. There are places where the name "Visual Studio" is hardcoded at the User Interfaces, one such place is "Export...
View ArticleDeploy Package to VS2012 Exp Hive
Hi all,Currently We can devloping our package in VS2010 and deploy it to VS2012 exp hive using the way metioned...
View ArticleCasting problems when trying to use VCCodeModel
I have been trying to create an Add-In that reads the contents of certain C++ files, in a project. I have had success with previous add-ins in the past and I started to enjoy EnvDTE - but using...
View ArticleWPF user control in VS 2010 options page
Hi,I want to use WPF user control inside Visual Studio Option page. I inherited the class from DialogPage. Property "Window" returns my own class derived from System.Windows.Forms.UserControl, which...
View ArticleObtaining Solution Name in ToolWindow of VSpackage
I'm new to Visual Studio Extensibility Framework to use VSPackage Extension. I want to obtain a DTE Object inside the user-control which is called inside MyToolWindow class. I tried all the below...
View ArticleAdd a New Language and Solution-Project structure to VS2012
Using VS2012 and the SDK, how do I get a new language to appear with the appropriate project types. As far as I am aware I have to create an extensible project by selecting Visual Studio Package, and...
View ArticleOverride Class View drag/drop to main window behavior
Hey Everybody,I'm trying to take control of the Drag/Drop behavior when dragging a IVsSimpleObjectList2 item from the Class View to the Main editor window.Currently, when an object list item is dragged...
View ArticleAddIn modifies solution -> Visual Studio crashes when closing
I have written an AddIn, in c#, that modifies a C++ solution (or a solution that contains C++ projects), and updates it - it adds / removes project dependencies...
View ArticleAddIn exception: The solution's source code database may not have been opened.
I have installed on my computer the Google Test Add-in:http://googletestaddin.codeplex.com/It "works on my machine"... On a different computer though, with the exact same configuration, so it seems to...
View Articlex64 Platform issues with Configuration manager and Visual Studio 2010...
Using EnvDTE I have created a solution with a single project and two platforms, Win32 and x64.Later I open the same solution and add another project, and add the x64 platform to it using...
View Articlevsz wizard create solution
Hey, I'm working with a custom wizard and wanted to know if it is possible to create a solution in a different folder than the .vcxproj-file.prj = oTarget.AddFromTemplate(strProjTemplate,...
View ArticleVsix extension cannot be installed to 2012 Isolated Shell application.
Hi,I do have a 2012 Isolated Shell Application and I want to write an extension for it, but I cannot get the vsix to install my extension. My ShellApplication is found by the installer, but it won't...
View ArticleVisual Studio 11 / 2012 XAML Snippet for Event Handlers: Where did they go ?
How can I install custom snippet's for event handlersin Visual Studio 2012/ Blend. Click on a tool in the design editor gives you default code behind for a click event.How can I install double clicks,...
View Article