Ayuda por favor

23/09/2004 - 19:07 por Rosario | Informe spam
Que tal, tengo un problema con mi aplicación. La instalé en un pc con Win98
y también ya le instalé el Framework 1.1 y el MDAC 2.8, mi aplicación se
instala correctamente pero me marca el sig. error al tratar de guardar en la
Base de datos.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.SqlClient.SqlException: General network error. Check your
network documentation.
at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
isInTransaction)
at
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnec
tionString options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection,
ConnectionState& originalState)
at System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
at Almacen.frmProveedores.tpConsulta_Layout(Object sender,
LayoutEventArgs e)
at System.Windows.Forms.Control.OnLayout(LayoutEventArgs levent)
at System.Windows.Forms.ScrollableControl.OnLayout(LayoutEventArgs
levent)
at System.Windows.Forms.Control.PerformLayout(Control affectedControl,
String affectedProperty)
at System.Windows.Forms.Control.OnResize(EventArgs e)
at System.Windows.Forms.Panel.OnResize(EventArgs eventargs)
at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32
width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32
width, Int32 height)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32
width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.TabPage.SetBoundsCore(Int32 x, Int32 y, Int32
width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width,
Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.set_Bounds(Rectangle value)
at System.Windows.Forms.TabControl.ResizePages()
at System.Windows.Forms.TabControl.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.TabControl.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
-
Almacen
Assembly Version: 1.0.1727.16814
Win32 Version: 1.0.1727.16814
CodeBase: file:///C:/ARCHIVOS%20DE%20PROGRAMA/SYSCOM/SETUP/ALMACEN.EXE
-
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
-
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
-
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
-
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
-
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
-
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.3052.4
CodeBase:
file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
-
DevExpress.XtraEditors
Assembly Version: 2.1.1.0
Win32 Version: 2.1.1.0
CodeBase:
file:///C:/ARCHIVOS%20DE%20PROGRAMA/SYSCOM/SETUP/DevExpress.XtraEditors.DLL
-
DevExpress.Utils
Assembly Version: 2.1.1.0
Win32 Version: 2.1.1.0
CodeBase:
file:///C:/ARCHIVOS%20DE%20PROGRAMA/SYSCOM/SETUP/DevExpress.Utils.DLL
-
DevExpress.XtraGrid
Assembly Version: 2.1.1.0
Win32 Version: 2.1.1.0
CodeBase:
file:///C:/ARCHIVOS%20DE%20PROGRAMA/SYSCOM/SETUP/DevExpress.XtraGrid.DLL
-
DevExpress.Data
Assembly Version: 1.1.6.0
Win32 Version: 1.1.6.0
CodeBase:
file:///C:/ARCHIVOS%20DE%20PROGRAMA/SYSCOM/SETUP/DevExpress.Data.DLL
-
System.EnterpriseServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.enterpriseservices/1.0.5000.0__b03f5f7f11d50a3a/system.enterpriseservices.dll
-

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
 

Leer las respuestas

#1 OmarG
23/09/2004 - 22:03 | Informe spam
Te voy a contestar en base a mi experiencia, no sé si sea
exactamente lo correcto.
Tienes que instalar el JIT, FrameWork y MDAC exactamente
los que se encuentran en los discos de instalación en los
que creaste tu aplicación. Otra cosa muy importante con la
que me he topado es que tienes que generar una copia local
de las referencias, así se copian en tu directorio del
ejecutable. Esto lo logras seleccionando las referencias
en la barra de explorador de soluciones, abres sus
propiedades y cambias a Trae la copia local, luego inicias
el debug del programa y ya intentas con el directorio de
wwwroot o el ejecutable según sea el caso.
De esta forma resolví yo mi problema, espero que te sirva,
hay me avisas si te sirvió.
Saludos.
OmarG

Preguntas similares