Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/08/2005, 05:07
Garabito
 
Fecha de Ingreso: diciembre-2002
Ubicación: Roma
Mensajes: 60
Antigüedad: 22 años, 2 meses
Puntos: 0
Este es el mensaje de error. Sé que no me faltan referencias a los controles porque ya lo probé. El error viene quando incluyo el JOIN. Si hago una consulta simple sin el JOIN funciona bien.
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:

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.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
ProjectBudget.Page_Load(Object sender, EventArgs e) +504
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750