Hi I get this error when trying to test the extension:
Warning!! DwZone.it Asp HTML to PDF error: Error on Asp.Net application Url:http://localhost/dwzAspPdf/PdfMake.aspx
Server Error in '/' Application. --------------------------------------------------------------------------------
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'HtmlToPdf.CreatePdf' is not defined.
Source Error:
Line 5: Line 6: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Line 7: Dim Pdf As New HtmlToPdf.CreatePdf Line 8: Pdf.Create() Line 9: End Sub Could you help me |
|
|