This repository has been archived by the owner. It is now read-only.
Cannot Publish neon project. Build fails, neon.dll missing. #90
Comments
@tvance929 Same warnings here too, but I think these have nothing to do with failure to publish. They're just warnings. |
OK so the docs tell you to just go ahead and manually copy that dll file to the "neon\obj\Release\netcoreapp1.0\win10-x64" folder ...did that and now I published fine. Thanks @Agouri for pointing out that it was missing the neon.dll file. From : http://docs.neo.org/en-us/sc/getting-started-csharp.html |
use command prompt and navigate to neon folder. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As the title says, a virgin, fresh copy of this repo fails to build and Publish. Nothing changed in it.
The error:
I've found neon.dll under
\neo-compiler-master\neon\bin\Release\netcoreapp1.0\
, but it's looking for it inobj\Release\netcoreapp1.0\win10-x64\
. Maybe an error in the manifest?The text was updated successfully, but these errors were encountered: