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 101 to 110 of 330 (Total: 187) First |  Prev |  Next |  Last  
 Subject Author Date  
   Re: Error on remote server  
View this persons public profile  Gianluigi   10:40 9 May 2011  
   Re: Error on remote server  
View this persons public profile  Alberto   11:26 4 Feb 2012  
   Re: Error on remote server  
View this persons public profile  Gianluigi   11:45 4 Feb 2012  
    Re: Error on remote server  
View this persons public profile  Alberto   12:58 4 Feb 2012  
 

i HAVE JUST UPDATE THE VERSION OF Windows Server 2008 standar to datacenter and I am receiving this message can you help me



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


Source File: C:\inetpub\wwwroot\dwzAspPdf\PdfMake.aspx Line: 7


Show Detailed Compiler Output:

C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /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.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.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.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.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.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.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\26676eb7\92c7e946\App_Web_kicrd_bk.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\26676eb7\92c7e946\App_Web_kicrd_bk.0.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\26676eb7\92c7e946\App_Web_kicrd_bk.1.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\26676eb7\92c7e946\App_Web_kicrd_bk.2.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\26676eb7\92c7e946\App_Web_kicrd_bk.3.vb"


Microsoft (R) Visual Basic Compiler version 8.0.50727.5420
for Microsoft (R) .NET Framework version 2.0.50727.5448
Copyright (c) Microsoft Corporation. All rights reserved.

C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\26676eb7\92c7e946\App_Web_kicrd_bk.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\26676eb7\92c7e946\App_Web_kicrd_bk.2.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:\inetpub\wwwroot\dwzAspPdf\PdfMake.aspx(7) : error BC30002: Type 'HtmlToPdf.CreatePdf' is not defined.

Dim Pdf As New HtmlToPdf.CreatePdf
~~~~~~~~~~~~~~~~~~~
C:\inetpub\wwwroot\dwzAspPdf\dwzDownload.aspx(10) : error BC30002: Type 'HtmlToPdf.CreatePdf' is not defined.

Dim Pdf As New HtmlToPdf.CreatePdf
~~~~~~~~~~~~~~~~~~~



Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5456
 
Reply to this current thread  View this persons public profile  Send Private Message
   Re: Error on remote server  
View this persons public profile  Gianluigi   13:43 4 Feb 2012  
   Re: Error on remote server  
View this persons public profile  Alberto   13:58 4 Feb 2012  
   Re: Error on remote server  
View this persons public profile  Gianluigi   15:53 4 Feb 2012  
   problem with line-height  
View this persons public profile  PR   10:20 1 Apr 2011  
   Re: problem with line-height  
View this persons public profile  Gianluigi   10:46 1 Apr 2011  
   Error after update extension  
View this persons public profile  Andrea   3:01 17 Feb 2011  
Last Visit: Tuesday 13 May, 2025 8:54 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: