Welcome to the WinUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Reproduce steps:

  1. Create new project ConsoleApp (target .NET version: 8.0, target OS: Windows)
  2. Run this code with admin rights (I removed the semicolon and double aposters because the form considers these characters invalid - stupid):

        static void Main(string[] args) {
            new Syncfusion.HtmlConverter.HtmlToPdfConverter().ConvertToImage('https://www.google.com/')
            Console.WriteLine('Exit')
            Console.ReadKey()
        }

When I run this code without admin rights, everything works fine. With admin rights, ConvertToImage call blocks the thread forever (without any exceptions). Call stack:


Empty