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 / esProcess ID: 2972Exception: System.InvalidOperationExceptionMessage: 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 ()
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
, , . TargetInvocationException, .InnerException.
TargetInvocationException
.InnerException
: DsNet? ? , ? , , ( - ). , , using whetever - DsNet, , GC. "", google DsNet.CUIHandler, - , , . : .
using
DsNet.CUIHandler
Source: https://habr.com/ru/post/1629519/More articles:Error: "Exception thrown by call target." - exceptionкак решить ошибку "Исключение было выбрано целью вызова" - c#Spring 4 MVC - Служба останова - используйте значения по умолчанию в beans - javaASP.NET MVC 4 Error "Exception was thrown as the target of the call" - asp.net-mvc-4How to load GIF image from hand-drawn folder in ImageView using slide? - androidWhy do you prefer indirect general imports for the actual class? - javaHow to preallocate memory for an array in PHP? - memory-managementDoxygen for * .ino files (Arduino) - doxygenShare user session in Spring - javaWhy does using the window's ranking () function break the parser? - sqlAll Articles