Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/06/2004, 06:39
Avatar de RsOfT
RsOfT
 
Fecha de Ingreso: marzo-2002
Ubicación: InterNET
Mensajes: 1.121
Antigüedad: 22 años, 2 meses
Puntos: 7
Value cannot be null. Parameter name: dataSet (ASP.NET)

Me está pasando algo super estraño. En la empresa donde laboro hay una aplicación para Caja. Esta funciona perfectamente, pero ahora tengo que hacerle una modificación y es colocarle un grid que se llene de información con clientes que no pueden pagar con queches.

Copie la aplicación en mi máquina local y la corro desde ahi, pues todo anda bien. Luego le puse el Grid y entonces la aplicación explotó

Le quité el Grid y siguió explotando y no se que le dió. Vuelvo y copio la aplicación del servidor a mi PC y la ejecuto y funciona, pero si le pongo el Grid me explota

El error que me tira es el siguiente:
Código:
Value cannot be null. Parameter name: dataSet 
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.ArgumentNullException: Value cannot be null. Parameter name: dataSet

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: 


[ArgumentNullException: Value cannot be null.
Parameter name: dataSet]
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +103
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38
   Liquidacion.DetalleEfectivo.FacturasCredito() in C:\Joe\Desarrollo\Aplicaciones Web\Liquidacion\DetalleEfectivo.aspx.vb:657
   Liquidacion.DetalleEfectivo.Page_Load(Object sender, EventArgs e) in C:\Joe\Desarrollo\Aplicaciones Web\Liquidacion\DetalleEfectivo.aspx.vb:275
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +731

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
La aplicación está hecha en Visual Studio 2002 y ese es el que tengo en mi PC.
Alguien tiene alguna idea de que es lo que puede estar sucediendo?
__________________
.::RsOfT::.
--El que se aferra a lo conocido, nunca conocerá lo desconocido--
--Es intentando lo imposible como se realiza lo posible--
--Es de pésimo gusto contentarse con algo mediocre cuando lo excelente está a nuestro alcance--