I get: exception was thrown as the target of the call

I get an exception when I try to open my page:

An unhandled exception occurred and the process was aborted.

Application ID: / LM / W3SVC / 6 / ROOT / ROXY / es

Process ID: 2972

Exception: System.InvalidOperationException

Message: handle is not initialized.

StackTrace:
in System.WeakReference.set_Target (object value)
in System.Data.ProviderBase.DbConnectionInternal.CloseConnection (DbConnection owningObject, DbConnectionFactory connectionFactory)
in System.Data.Odbc.OdbcConnection.Close ()
in DsNet.CUIHandler.CloseConn ()
in DsNet.CUIHandler.Finalize ()

And on the page I get an error message:

Message: The exception was caused by the target of the call.

Any idea?

Thanks in advance

+2
1

, , . TargetInvocationException, .InnerException.

: DsNet? ? , ? , , ( - ). , , using whetever - DsNet, , GC. "", google DsNet.CUIHandler, - , , . : .

+7

Source: https://habr.com/ru/post/1629519/


All Articles