
15/02/2005, 15:47
|
|
'ResourcePool' is not supported on the current platform Buenas tardes,
agradezco a los que me puedan ayudar a corregir este error que sale en una pagina aspx 'ResourcePool' is not supported on the current platform
despues de la siguiente sentencia strQuery = "SELECT IdArticulo,Titulo,Encabezado FROM Articulo WHERE Estado = 1 AND GETDate() Between FechaVencimientoI AND FechaVencimientoF AND IdCategoria = 0"
objDr = SqlHelper.ExecuteReader(ConfigurationSettings.AppS ettings("ConnStringCommerce"), CommandType.Text, strQuery)
Gracias
Hernan B
Colombia |