VSPackages are software modules that extend the Visual Studio IDE by providing UI elements, services, projects, editors, and designers.
When I'm trying to open any solutions that worked fine before in Visual Studio 2012, the error "Package 'Visual C++ package' …
visual-studio-2012 vspackageI've got an addin that I developed and used with earlier versions of Visual Studio, and I've managed to develop …
visual-studio-2015 visual-studio-addins vspackageI recently create a couple of VSPackages for some Visual Studio extensions (menu bar/command). I compiled them correctly yesterday, …
visual-studio-2010 vspackageFollowing is how you would get the current solution directory from an add-in: _applicationObject = (DTE2)application; // retrieved from OnConnection method …
c# visual-studio solution vs-extensibility vspackageI'm having this error pop up once I start Visual Studio professional 2013 with update 3. I don't know whats going on …
visual-studio-2013 vspackageI'd like to create an extension to Visual Studio that will allow someone to select any text in an editor, …
visual-studio-2010 contextmenu mef vspackageI have to enabled diagnostic mode of MSBuild project build output verbosity to see this: 1>Done executing task "EnableExtension" …
visual-studio vsix vs-extensibility vspackageI'm following this tutorial http://msdn.microsoft.com/en-us/library/bb458038.aspx to create a VsPackage Setup. In the part …
visual-studio-2008 devenv vspackageWhen creating a new extension for visual studio, there are two project options: "Visual Studio Integration Package" and "Visual Studio …
visual-studio vsx visual-studio-addins vspackage