Top "Vsix" questions

A VSIX package is a .vsix file that contains one or more Visual Studio extensions (VS2010 onwards).

How to uninstall .vsix Visual Studio Extensions?

I am currently trying to install the XNA Game Studio for Visual Studio Express 2013. And I accidentally ran the .vsix …

visual-studio-2013 xna uninstallation vsix
VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products

I tried to install enterprise library 6.0 recently in visual studio 2015 but the installer throws an error: VSIXInstaller.NoApplicableSKUsException: This extension …

visual-studio visual-studio-2015 installation enterprise-library vsix
where are custom extensions installed in visual studio?

Where are custom extensions installed in Visual Studio? I know you could get path though ExtensionManager.GetInstalledExtensions(), however it seems …

visual-studio-extensions vsix vsx vs-extensibility
How to debug Visual Studio extensions

I'm just writing a VSIX extension for Visual Studio 2010 and can't figure out how to debug it. One obvious method …

visual-studio debugging vsix visual-studio-extensions
Visual studio does not install .vsix files

I've both VS 2012 and VS 2013 installed on my computer. The problem is that when I download an VSIX-File and open …

visual-studio visual-studio-2012 visual-studio-2013 vsix
Restrictions on installing extensions or add-ins in Visual Studio 2010 Express

I installed MSVC++ 2010 Express and trying to figure which extensions (vsix) are available to install. There are some extensions in …

visual-studio-2010 visual-studio visual-studio-express visual-studio-extensions vsix
Where is Visual Studio 2013 Extensibility VSIX Project Template

Both of these articles talk about how to develop extensions for VS2013, but both presume that you have an extension …

visual-studio-2013 vsix
vsixmanifest for all: VS 2010, 2012 and 2013

I'm using VSIX Manifest Designer under VS2013. I've added Microsoft.VisualStudio.Pro product identifier and [10.0,13.0) version range to install targets. …

visual-studio manifest vsix vsixmanifest
Strongly naming a 3rd party assembly - Could not load file or assembly

I am writing a Visual Studio 2012 extension, for internal use, which requires that all assemblies have a strong name. I …

.net visual-studio-2012 strongname vsix
Visual Studio 2015 Update 2 breaks EF reverse code engineer vsix

After installing the latest Visual Studio 2015 Update 2, the EF power tools reverse code engineer option fails with the following error …

entity-framework visual-studio-2015 vsix