Error desconocido :(
Publicado por Rolando (3 intervenciones) el 23/06/2004 00:04:47
Me envia un error mi página, bueno la verdad es que estoy re100 empezando con ASPX y este es un sitio que debo arreglar, pero aparece este error y no se como puedo arreglarlo. Alguien puede ayudarme?
--------------------------------------------------------------------
Unable to find an entry point named OCIEnvCreate in DLL oci.dll.
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.EntryPointNotFoundException: Unable to find an entry point named OCIEnvCreate in DLL oci.dll.
Source Error:
Line 120: myDataAdapter = New OracleDataAdapter(myCommand)
Line 121: myDataTable = New DataTable()
Line 122: myDataAdapter.Fill(myDataTable)
Line 123: 'myCommand.Dispose()
Line 124: 'myDataAdapter.Dispose()
--------------------------------------------------------------------
Gracias, Salu2. Rola
--------------------------------------------------------------------
Unable to find an entry point named OCIEnvCreate in DLL oci.dll.
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.EntryPointNotFoundException: Unable to find an entry point named OCIEnvCreate in DLL oci.dll.
Source Error:
Line 120: myDataAdapter = New OracleDataAdapter(myCommand)
Line 121: myDataTable = New DataTable()
Line 122: myDataAdapter.Fill(myDataTable)
Line 123: 'myCommand.Dispose()
Line 124: 'myDataAdapter.Dispose()
--------------------------------------------------------------------
Gracias, Salu2. Rola
Valora esta pregunta


0