-
Notifications
You must be signed in to change notification settings - Fork 41
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
myo.dll cannot be loaded #7
Comments
We haven't been actively updating this project for about two years now, but this is more than likely an error in the setup on your end and not with the code-base itself. I only say this because it was working and has worked for over two years now and we haven't modified it :) Can you provide a screenshot or a more detailed error message so we can try to provide some assistance? Unfortunately vague error messages get vague support responses. There's not enough here for us to be able to provide any troubleshooting steps. Thanks! |
Ah this is helpful! ;) Okay, are you able to show me a screenshot of you bin/x86 directory? Your uwp application is looking for the dll here because you're running as 32 bit. The contents of this folder should look the same as the bin/x86 directory of the provided sample application |
The link to the repository is Thank you |
Bin directory looks fine to me (although not sure why there's an additional
debug folder in there). If the application is being run from the bin
directory above the x86 folder it should be able to find that dll.
Unfortunately I don't have time to be pulling code and debugging but my
only two other ideas are:
- right click on that dll in Windows explorer, go to n properties, see if
there's a "blocked" checkbox. This happens sometimes when downloading dlls
and windows is quiet about it.
- use a tool called "dependency walker" on that dll and see if there are
missing dependencies some how
I'm hoping it's just the first item because unfortunately otherwise I'm out
of ideas.
…On Sat, Aug 12, 2017, 10:47 AM bibeglimbu ***@***.***> wrote:
The link to the repository is
https://github.com/bibeglimbu/penCalligraphy.git
Thank you
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE7ggNbQRWTtPT8j0h165O8qV-Q7y7VKks5sXbr4gaJpZM4O1YEf>
.
|
Thank you, I will give it a little try and update if it works |
I recreated a WPF project and used it DLL there which worked fine. I suppose it has something to do with UWP projects |
@bibeglimbu |
It is of course very late but I'd like to share what worked for me, for whatever it is worth. Disclaimer: I have a Windows Forms app. But the error I was getting was same as that of OP. What I did:
|
While compiling the UWP application it says it cannot load myo.dll. I have referenced the myo.csproj into the work file
The text was updated successfully, but these errors were encountered: