
02/06/2007, 01:11
|
| | Fecha de Ingreso: junio-2007
Mensajes: 2
Antigüedad: 17 años, 9 meses Puntos: 0 | |
ayudaaaa con un error raro :( olaaa uy estoy utilizando asp.net con c# , y tambien utilizo el doodas que te autogenera codigo para acceso de datos.. osea te hace el ado
pero a la hora de hacer mi busqueda me sale un mensaje raro en esta parte :
return LoadFromSqlReader("proc_BuscarAreaCargo", parameters);
Línea 1: sintaxis incorrecta cerca de 'E'
pero e revisado el store procedure con el analizador de consultas de sql y si esta bien mi procedimiento :( al ver el detalle de ese error me sale esto :
en MyGeneration.dOOdads.BusinessEntity.LoadFromSqlRea der(String sp, ListDictionary Parameters, CommandType commandType) en E:\Programas\MyGeneration\Architectures\dOOdads\CS harp\MyGeneration.dOOdads\BusinessEntity.cs:línea 1335
en MyGeneration.dOOdads.BusinessEntity.LoadFromSqlRea der(String sp, ListDictionary Parameters) en E:\Programas\MyGeneration\Architectures\dOOdads\CS harp\MyGeneration.dOOdads\BusinessEntity.cs:línea 1289
en ENGLOBE.JORNADAXCARGOAREA.proc_BuscarAreaCargo(Int 32 idArea, Int32 idCargo) en E:\2007-1\dp2\010607_DP2\PROYECTO\Planillas\GrupoPlanillas \BE\PLA\Doodads\JORNADAXCARGOAREA.cs:línea 67
en PLA_WFrmJornadas_control.Mostrar_Jornadas() en e:\2007-1\dp2\010607_DP2\error de la E\PROYECTO\Planillas\GrupoPlanillas\PlanillasWebSi te\PLA\WFrmJornadas_control.aspx.cs:línea 151
en PLA_WFrmJornadas_control.Buscar_Click(Object sender, ImageClickEventArgs e) en e:\2007-1\dp2\010607_DP2\error de la E\PROYECTO\Planillas\GrupoPlanillas\PlanillasWebSi te\PLA\WFrmJornadas_control.aspx.cs:línea 201
en System.Web.UI.WebControls.ImageButton.OnClick(Imag eClickEventArgs e)
en System.Web.UI.WebControls.ImageButton.RaisePostBac kEvent(String eventArgument)
en System.Web.UI.WebControls.ImageButton.System.Web.U I.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
en System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument)
en System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
no se que sale mal... osea es solo una simple busqueda que me debe de devolver un gridview con los datos que quiero pero no me sale :( ... porfa ayudemeeeee!!!! |