I am trying to use PDFSharp in our project but it seems that the assemblies are not signed and we get compile error in our project
Error 3 Assembly generation failed -- Referenced assembly 'HtmlRenderer' does not have a strong Error 2 Assembly generation failed -- Referenced assembly 'HtmlRenderer.PdfSharp' does not have a strong name
Comments: I'm also hitting this issue. I want to use HTML Renderer to render HTML as images in SQL Server Reporting Services (SSRS) reports. The problem is that SSRS is quite secure in the way it needs to be extended so it would allow for a much simpler/cleaner solution if the HTML Renderer DLLs were strong name assemblies.
Error 3 Assembly generation failed -- Referenced assembly 'HtmlRenderer' does not have a strong Error 2 Assembly generation failed -- Referenced assembly 'HtmlRenderer.PdfSharp' does not have a strong name
Comments: I'm also hitting this issue. I want to use HTML Renderer to render HTML as images in SQL Server Reporting Services (SSRS) reports. The problem is that SSRS is quite secure in the way it needs to be extended so it would allow for a much simpler/cleaner solution if the HTML Renderer DLLs were strong name assemblies.