-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Visual Studio Addin fails to load - can't find right assembly #389
Comments
Thanks for reporting the problem! I guess it runs on my machine because I have both VS 2015 and 2013 installed. I'll have to try a clean install with only 2013 to make sure it works. I don't think I depend on anything specific in 2015 so removing the reverences might work. |
Ok, I've re-built the plugin and 2.1.0.4 should work for VS 2013 without 2015 installed. Give it a go! |
Confirm: 2.1.0.4 is working fine in VS 2013 without 2015 installed. Thanks for the quick response! |
@rmunn What did you do to fix it? i think @VioletGiraffe could use your help with Her/His CppCheck plugin. Thanks in advanced. |
@christheenchanter I didn't do anything, just reinstalled the plugin after Curtis Wensley rebuilt version 2.1.0.4. He's the one you should ping for help with the CppCheck plugin; I don't have the knowledge to help you with it. |
I simply don't understand this issue, sorry. And I don't get it on any of my 3 machines at the moment. |
Thanks for the quick replies guys. @VioletGiraffe i dont think you you necessarily need to know what this specific issue is, rather just whatever the maintainer did to fix it. Unless you think it's a waste of your time, in which case sorry for bothering you. If not should we move this conversation elsewhere? |
On Visual Studio 2013, Update 5, the Eto.Forms Visual Studio Addin appears to install correctly. But when I try to create a new Eto.Forms project, I get an error. The exact error depends on whether I tried to create an Eto App or an Eto Library. If I create an app, I get a message box that says:
If I try to create a library instead, the message box says:
The relevant error message in the ActivityLog.xml file is precisely the same as what I get when I try to create an app:
I did a bit of Googling and found that this error has come up before in a different project:
VioletGiraffe/cppcheck-vs-addin#138
However, the problem in their case appeared to be an incorrect version dependency on Microsoft.VisualStudio.Shell.11.0, which should have been Microsoft.VisualStudio.Shell.12.0. That doesn't appear to be the problem here.
I'll keep looking into this, and update this issue if/when I find out more.
The text was updated successfully, but these errors were encountered: