I meet a very strange situation, I made a solution (C# WPF), then one of the functions is to generate a PDF file, using pdfsharp library.
- In debug or release All works fine
- If I open the generated file (MySolution\bin\x64\Release\MySolution.exe), then the solution works all good, but nothing is happening when trying to generate pdf file(I mean not even a blank page as described here )
Opening that .exe file may not be exactly the same that launching solution in Release?
When I generate the pdf file, I create all by myself, adding lines and text, except one thing "new" for me : I generate a canvas, that I convert to .png, then place the .png in my .PDF. But don't see why it works differently if I launch from VS, or launch from explorer