aspx Error sucedido
| Información técnica | |
| Tipo de error | 500 |
| Descripción del error | Index (zero based) must be greater than or equal to zero and less than the size of the argument list. |
| URL | https://tienda.academialascortes.com/shopinventory/list?goto=1 |
| Archivo de errores | |
| Margen de errores | 0 |
| Lenguaje de estructural de comunicación | SELECT top 20 [I].[id], [I].[available_from] as [available], [I].[available_from] as [addtocart], [I].[available_from] as [is_available_by_date], [I].[available_to], [I].[category_id], [I].[extended_description], [I].[is_digital], [I].[istatus], [I].[item], [I].[item_description], [I].[list_price], [I].[picture], [I].[th_picture], [I].[update_by], [I].[update_date], [I].[Tipo], [I].[Codigo], [I].[Profesor], [I].[TemaId], [T].[TemaDesc], [I].[UnidadDidacticaId], [I].[HorasClase], [I].[FechaImparticionClase], [I].[InformacionClase], [C].[category_desc] as [category_desc], [I].[SubUnidadDidacticaId], [I].[Orden], [I].[Pasillo] FROM [dbo].[shopinventory] [I] LEFT OUTER JOIN [dbo].[shopcategories] [C] ON C.category_id = I.category_id LEFT OUTER JOIN [dbo].[Temas] [T] ON T.Id = I.TemaId WHERE ( I.istatus =1 ) ORDER BY 10 ASC |