CobreBemX

Delphi

04/09/2006

Pessoal, está dando um erro ao gerar a página do boleto, seguindo o erro, já comentei a parte do código que tem o caminho dos arquivos, mas mesmo assim continua o erro. O que pode estar errado, pois segui a video aula corretamente!!!!

Server Error in ´/video_aula´ Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

Line 56:     ProximoNossoNumero := ´00015´;
Line 57: 
Line 58:     PadroesBoleto.PadroesBoletoEmail.URLLogotipo := ´http://localhost:8081/video_aula/img/logoboleto.jpg´;
Line 59:     PadroesBoleto.PadroesBoletoEmail.URLImagensCodigoBarras := ´http://localhost:8081/video_aula/ImagensBoleto/´;
Line 60:  

Source File: c:\inetpub\wwwroot\video_aula\boleto.pas    Line: 58 
Stack Trace: 

[NullReferenceException: Object reference not set to an instance of an object.]
   boleto.TWebForm1.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\video_aula\boleto.pas:58
   System.Web.UI.Control.OnLoad(EventArgs e) +55
   System.Web.UI.Control.LoadRecursive() +27
   System.Web.UI.Page.ProcessRequestMain() +750
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 


Obrigado.


Marceloplis

Marceloplis

Curtidas 0
POSTAR