-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Unable to load DLL 'libuv': The specified module could not be found - (kestrel) Windows IOT #1111
Comments
You need to publish for win10-arm runtime ( |
@moozzyk close this? |
Always I restore / publish with runtime option. I checked again and doesn't work. Btw. in published package "Microsoft.AspNet.Server.Kestrel" I have folder runtime: So, on first looks, that required dlls exists, but something is wrong to load dll. I tryied to rename folder win10-arm to win7-arm, but I have the same result. |
The same here.....i think is it related to: aspnet/KestrelHttpServer#216 and aspnet/KestrelHttpServer#106 |
This is a bug indeed. I am not sure if this is a regression or I tried a slightly different scenario (probably the latter) because I did run Kestrel on a R-Pi2 to verify aspnet/dnx#3095.
I think for now the problem could be worked around adding |
I resolved problem, copying libuv.dll to folder, where Microsoft.AspNet.Server.Kestrel exist. But unfortunatelly I observed, that in published package, published runtime (dnx) still use packages from C:\Users[user.dnx\packages. |
I'm getting this error as well. I have all the latest NuGet packages for ASP .NET Core as of right now |
You cannot get this error since this applies to win10-arm and currently there is no arm runtime available. See also: aspnet/KestrelHttpServer#216 (comment) |
Complete the lstat patching for #1101
Hi!
I just trying to run basic asp.net project (Hello world) on my RP2, but unfortunatelly always I received error:
The problem not appear on my desktop computer for x86 & x64 architectures.
I checked packages and all looks fine, libuv.dll exists.
Btw, when I try run launch server in IOT using weblistener, server starts.
The text was updated successfully, but these errors were encountered: