I’m trying to print a word document from an ASP.NET
core web API (we still use .net core 3.1). On my development machine, it works fine, however on the test server the call to the DocumentModel.Print method hangs.
To speed up testing I created a .NET Core 3.1 console app and it produces the same result (works fine on my development machine, hangs on the test server).
When I create a .NET Framework (4.6) console app printing works fine on both my development machine and the test server.
What am I missing?