I'm writing to a memory stream, but .net core says that the file doesn't exist, and then it highlights the pdfRenderer.RenderDocument()
The complete exception is: FileNotFoundException: Could not load file or assembly 'System.Drawing.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
I'm writing to a memory stream, but .net core says that the file doesn't exist, and then it highlights the pdfRenderer.RenderDocument()
The complete exception is: FileNotFoundException: Could not load file or assembly 'System.Drawing.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
My complete code is:
I'm following the example in here