-
Notifications
You must be signed in to change notification settings - Fork 459
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
Build failing on VS2015 #457
Comments
It's been a while, but I was able to build the project simply by opening it and debugging. |
Finally, nothing worked, then I removed the code responsible for package restore from |
If there's some changes which should be added to get this working under VS2015, I'd be interested in a simple pull request. Is anyone interested @devkhan @charlesmilette? |
I tried compiling in VS2015, but I got a totally different error:
Seems to be related to an exterior program called Fody. But the code didn't changed since my last succedded build on VS2013... |
Plus, I got a long list of errors. I got none of this in VS2013.
|
I also got that error once I removed package restore code, it seems a bug with Fody and VS2015, try updating Fody to the latest build, mine worked after that. Hope it helps. |
Pretty strange error after updating Fody:
|
Can you try removing Fody and then installing v1.24.0, it may help. I don't know why this happen, but you can check here: Fody/Fody#141 |
Removing Fody fixed it. But, I run Windows 10, so the program can't run to test... |
I'll try to install this specific version of Fody, and to fix the bug in Win 10 (#455) at the same time. |
I was trying to build the solution, but to no success. Below is the error:
This happens for all projects except MetaWebLogSite and ExamplePlugin. I've tried everything: building from command line using batch scripts, toggling package restore, updating NuGet binaries, etc. But I'm unable to build the project.
I'm using VS2015 on Windows 10 Build 10586. Tell me if more info is required.
Can anyone help me or is able to successfully build the project?
The text was updated successfully, but these errors were encountered: