Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 1.65 KB | None | 0 0
  1. Server Error in '/cursos' Application.
  2. --------------------------------------------------------------------------------
  3.  
  4. Object reference not set to an instance of an object.
  5. 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.
  6.  
  7. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
  8.  
  9. Source Error:
  10.  
  11. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
  12.  
  13. Stack Trace:
  14.  
  15.  
  16. [NullReferenceException: Object reference not set to an instance of an object.]
  17.    Zonajobs_Cursos.curso.ContratarCurso_Click(Object sender, ImageClickEventArgs e) +99
  18.    System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +108
  19.    System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +118
  20.    System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
  21.    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
  22.    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
  23.    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
  24.  
  25.  
  26.  
  27.  
  28. --------------------------------------------------------------------------------
  29. Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3614
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement