Hello,
I have the same VSIX Package in two different environments:
environment 1 is my main machine with VS 2013 and VS2015 RC installed
environment 2 is a virtual machine with only VS2013 installed.
When I open my VSIX project in the virtual machine Microsoft.VisualStudio.Shell11.0 is Version 12.0.0.0
When I open it on my main machine Version is 14.0.0.0
as Specific Version is set to false, I thought I have no problem with this.
But when I compile the project and take the VSIX to another PC with only VS 2013 installed,the package is not working.
In Activitylog is an entry Microsoft.VisualStudio.Shell11.0 Version 14.0.0.0 not found.
Why does the package expect V14.0.0.0 ?
Is it related to TargetFramework 4.5.1 ? I have 4.5.2 installed on this machine...
best regards Stephan Hartmann ML-Software GmbH