I have a VISX package that I am compiling using VS 2017. The package applies to VS 2015 and 2017 (he gladly installs and runs the production environment on both versions of VS).
When I debug a project in VS 2017, it launches an experimental instance of VS 2017. However, I would like to be able to debug it using an experimental instance of VS 2015.
How to install VSIX in an experimental instance of VS 2015?
source share