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:
La aplicación está hecha en Visual Studio 2002 y ese es el que tengo en mi PC.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
Alguien tiene alguna idea de que es lo que puede estar sucediendo?
