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
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