lkosson / reportviewercore

Recompilation of Microsoft.ReportViewer for .NET Core 3.1+
427 stars 123 forks source link

Unable to load shared library 'usp10.dll' or one of its dependencies #199

Closed wadhahJebri closed 4 weeks ago

wadhahJebri commented 4 weeks ago

Dears,

I'm running my dotnet 8 app under Linux and I'm getting the below error while generating the RDL document as a PDF; Please not that I have followed the section Linux rendering issue and I installed Wine but still not working

Unable to load shared library 'usp10.dll' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: /var/www/ACP/Presentation/usp10.dll.so: cannot open shared object file: No such file or directory /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.10/usp10.dll.so: cannot open shared object file: No such file or directory /var/www/ACP/Presentation/libusp10.dll.so: cannot open shared object file: No such file or directory /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.10/libusp10.dll.so: cannot open shared object file: No such file or directory /var/www/ACP/Presentation/usp10.dll: invalid ELF header /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.10/usp10.dll: invalid ELF header usp10.dll: cannot open shared object file: No such file or directory /var/www/ACP/Presentation/libusp10.dll: cannot open shared object file: No such file or directory /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.10/libusp10.dll: cannot open shared object file: No such file or directory
System.DllNotFoundException
lkosson commented 4 weeks ago

See #144

wadhahJebri commented 4 weeks ago

See #144

Hello,

Thank you for your quick response. Does the download & the extract of DOTNET 8 windows binnary version is required ?