DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
HTML to PDF  
DwZone Forum Index -> HTML to PDF

Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 141 to 150 of 330 (Total: 187) First |  Prev |  Next |  Last  
 Subject Author Date  
   Re: System error: -1072896658.   
View this persons public profile  PhillipIlic   17:07 1 Nov 2010  
   Re: System error: -1072896658.   
View this persons public profile  Gianluigi   11:23 2 Nov 2010  
   Re: System error: -1072896658.   
View this persons public profile  PhillipIlic   5:50 3 Nov 2010  
   Re: System error: -1072896658.   
View this persons public profile  Gianluigi   11:46 3 Nov 2010  
    Any Ideas ??  
View this persons public profile  Tim   6:44 11 Oct 2010  
 
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



 
Reply to this current thread  View this persons public profile  Send Private Message
   Re: Any Ideas ??  
View this persons public profile  Gianluigi   10:37 11 Oct 2010  
   Re: Any Ideas ??  
View this persons public profile  Tim   9:43 13 Oct 2010  
   Re: Any Ideas ??  
View this persons public profile  Gianluigi   10:36 13 Oct 2010  
   Re: Any Ideas ??  
View this persons public profile  Ken Pollard   23:41 22 Dec 2010  
   Re: Any Ideas ??  
View this persons public profile  Gianluigi   10:22 23 Dec 2010  
Last Visit: Wednesday 14 May, 2025 5:25 pm First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-2

Jump to: