Warning!! DwZone.it Asp HTML to PDF error: Error on Asp.Net application Url:http://dev.caravandeals.co.uk/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
Source File: D:\wwwroot\dev.caravandeals.co.uk\dwzAspPdf\PdfMake.aspx Line: 7
Show Detailed Compiler Output:
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d730f0e2\bb90d43b\App_Web_ih_4hhmg.dll" /debug- /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d730f0e2\bb90d43b\App_Web_ih_4hhmg.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d730f0e2\bb90d43b\App_Web_ih_4hhmg.1.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d730f0e2\bb90d43b\App_Web_ih_4hhmg.2.vb"
Microsoft (R) Visual Basic Compiler version 8.0.50727.3053 for Microsoft (R) .NET Framework version 2.0.50727.3615 Copyright (c) Microsoft Corporation. All rights reserved.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d730f0e2\bb90d43b\App_Web_ih_4hhmg.0.vb(14) : warning BC40056: Namespace or type specified in the Imports 'HtmlToPdf' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Imports HtmlToPdf ~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d730f0e2\bb90d43b\App_Web_ih_4hhmg.1.vb(14) : warning BC40056: Namespace or type specified in the Imports 'HtmlToPdf' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Imports HtmlToPdf ~~~~~~~~~ D:\wwwroot\dev.caravandeals.co.uk\dwzAspPdf\PdfMake.aspx(7) : error BC30002: Type 'HtmlToPdf.CreatePdf' is not defined.
Dim Pdf As New HtmlToPdf.CreatePdf ~~~~~~~~~~~~~~~~~~~ D:\wwwroot\dev.caravandeals.co.uk\dwzAspPdf\dwzDownload.aspx(10) : error BC30002: Type 'HtmlToPdf.CreatePdf' is not defined.
Dim Pdf As New HtmlToPdf.CreatePdf ~~~~~~~~~~~~~~~~~~~
This is a new instralation , have tried the demo stuff but get the same errors ...
Cheers
|
|
|