jenkins-integrations / vsjenkinsmanager

A visual studio package to manage Jenkins
MIT License
24 stars 14 forks source link

Does not work in VS2012 #37

Closed oliverweiss closed 9 years ago

oliverweiss commented 9 years ago

Hi, It seems that a reference version is not correct for VS2012 (V11.0)

Below is an extract of ActivityLog.xml regarding the loading of the plugin:

1092 Error VisualStudio CreateInstance failed for package [VSJenkinsManagerPackage] {252D354D-9787-42B0-B5CC-6B14E08F160F}
80070002 Could not load file or assembly 'Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
tomkuijsten commented 9 years ago

Thanks for the report, I'll take a look at it.

tomkuijsten commented 9 years ago

V1.0.0.5 released and should work with VS2012, can you confirm this Oliver?

oliverweiss commented 9 years ago

Hi Tom, Thanks, works fine now!

Olivier

Le mer. 17 juin 2015 à 14:54, Tom Kuijsten notifications@github.com a écrit :

V1.0.0.5 released and should work with VS2012, can you confirm this Oliver?

— Reply to this email directly or view it on GitHub https://github.com/tomkuijsten/vsjenkinsmanager/issues/37#issuecomment-112789234 .

tomkuijsten commented 9 years ago

Np, thanks for the feedback.