Ver Mensaje Individual
  #8 (permalink)  
Antiguo 10/12/2012, 10:27
Avatar de Aquaventus
Aquaventus
 
Fecha de Ingreso: junio-2010
Ubicación: Lima-Peru , En el alba de la naturaleza
Mensajes: 2.105
Antigüedad: 13 años, 10 meses
Puntos: 267
Respuesta: aque se debe este tipo de error en convercion en las fechas Error de servi

El error veo que va por aquí como muestra el mensaje de error :
Código vb:
Ver original
  1. Dim _dt As Data.DataTable = _auto.List_Eventos_X_Fecha_X_IMEI(String.Format("{ 0} {1}", CDate(fc_Ini.Fecha).ToString("dd/MM/yyyy"), uc_horaini.HORAS), String.Format("{0} {1}", CDate(fc_Final.Fecha).ToString("dd/MM/yyyy"), uc_HORAFIN.HORAS), _auto.DT_EQUIPOSGPS.Rows(0)(ThorIntegSDK.GPS.Equip osGPS.EquiposGPSCons.IMEI))
  2. Dim _dt_eventos As DataTable = _auto.List_Eventos_X_Fecha_X_IMEI(String.Format("{ 0} {1}", CDate(fc_Ini.Fecha).ToString("dd/MM/yyyy"), uc_horaini.HORAS), String.Format("{0} {1}", CDate(fc_Final.Fecha).ToString("dd/MM/yyyy"), uc_HORAFIN.HORAS), _auto.DT_EQUIPOSGPS.Rows(0)(ThorIntegSDK.GPS.Equip osGPS.EquiposGPSCons.IMEI))
ya que los parámetros de fecha que va recibiendo no es el formato que recibe tu SQL. Muestranos el código de tu método List_Eventos_X_Fecha_X_IMEI.
PDT: NO ES NECESARIO QUE CITES MIS RESPUESTAS CUANDO YA LO COLOQUÉ EN LA ETIQUETA HIGHLIGHT, LO MENCIONABA PARA QUE LO HAGAS CUANDO POSTES OTRO TEMA.
__________________
Internet es tener todo el conocimiento global a tu disposición.
Desarrollo de Software - Ejemplos .Net