Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.5.0.340 is broken in VS2013 #42

Closed
kornman00 opened this issue Mar 26, 2016 · 3 comments
Closed

v0.5.0.340 is broken in VS2013 #42

kornman00 opened this issue Mar 26, 2016 · 3 comments
Assignees
Labels

Comments

@kornman00
Copy link

After updating through VS and then downloading the .visx from here directly, I get the following error on startup/settings page. It would appear the VS2013 installation is built with references to the VS2015 assemblies? 2013 is v12, and I believe 2015 is v14, right?

<entry> <record>939</record> <time>2016/03/26 20:47:28.608</time> <type>Error</type> <source>VisualStudio</source> <description>SetSite failed for package [GoogleTestExtensionOptionsPage]</description> <guid>{E7C90FCB-0943-4908-9AE8-3B6A9D22EC9E}</guid> <hr>80070002</hr> <errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.ComponentModelHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo> </entry> <entry> <record>940</record> <time>2016/03/26 20:47:28.608</time> <type>Error</type> <source>VisualStudio</source> <description>End package load [GoogleTestExtensionOptionsPage]</description> <guid>{E7C90FCB-0943-4908-9AE8-3B6A9D22EC9E}</guid> <hr>80070002</hr> <errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.ComponentModelHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo> </entry>

csoltenborn added a commit that referenced this issue Mar 27, 2016
@csoltenborn
Copy link
Owner

That's bad - looks like a have indeed messed up the references. It's a pain in the bud to maintain an extension for more than one VS version, and I don't have a VS2013 at hand, so sorry for that.

Can you please try on VS2013 whether this version fixes the issue, and whether the little toolbar we added is still available and working properly? Buttons should be enabled when a solution is opened, and should show (and change) the according settings in VS's options... I will than quickly release that fixed version. Thanks in advance.

@kornman00
Copy link
Author

Just tested it: that version doesn't throw the exception, allows me to view/change the settings again, and has the toolbar available (which also appears to be working). Seems shippable 👍

@csoltenborn
Copy link
Owner

Thanks a lot! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants