Hello everyone. I will describe the essence of the problem. I have an ASP.NET application using a third party compiled library. This library generates a PDF file from an XML file. For successful generation you need to have installed “Microsoft print to PDF” printer. This printer is available in the image mcr.microsoft.com/windows:20H2. But I cannot install my ASP.NET project on it. The app is installed, but it is not available from the browser, Postman. When I install the space on mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 container it works, but when I try to generate PDF, the link library throws an error as there is no printer installed. I will be glad to any hint. Maybe somehow it is possible to combine both images or enable IIS support for windows_20H2?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Print Spooler Does Not Work | 0 | 2569 | June 29, 2018 | |
| Help creating a ASP.NET docker container | 0 | 2044 | June 30, 2020 | |
| Unable to install exe files on image mcr.microsoft.com/dotnet/framework/aspnet:4.8 | 1 | 824 | March 18, 2020 | |
| Unable to find/create an image that can publish .Net core 3.1 x86 application | 0 | 406 | March 9, 2022 | |
| Beta Docker for Windows - ASP.Net kestrel web app Not working | 0 | 998 | May 3, 2016 |