You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the following command to publish my program: dotnet publish -r win-x64
When I run the resulting exe, I get this exception: System.DllNotFoundException: Unable to load DLL 'libSkiaSharp' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Apparently it does not fetch the correct dll from the nuget package when using a portable RID. If I change to this: dotnet publish -r win10-x64
It works just fine.
Think this is the same problem, but that issue is closed.
Basic Information
Version with issue: 1.60.3
IDE: Visual Studio
The text was updated successfully, but these errors were encountered:
Description
I'm using the following command to publish my program:
dotnet publish -r win-x64
When I run the resulting exe, I get this exception:
System.DllNotFoundException: Unable to load DLL 'libSkiaSharp' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Apparently it does not fetch the correct dll from the nuget package when using a portable RID. If I change to this:
dotnet publish -r win10-x64
It works just fine.
Think this is the same problem, but that issue is closed.
Basic Information
The text was updated successfully, but these errors were encountered: