Firebird ADO.NET

0

I updated the "Firebird ADO.NET Data provider" to version 4.10.0 and I am sometimes getting the following exception in my application.

Exception information: 
    Exception type: NullReferenceException 
    Exception message: Object reference not set to an instance of an object.
   at FirebirdSql.Data.Common.Extensions.TryGetTarget[T](WeakReference  weakReference, T& target)
   at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.RemovePreparedCommand    (FbCommand command)
   at FirebirdSql.Data.FirebirdClient.FbCommand.Release()
   at FirebirdSql.Data.FirebirdClient.FbCommand.Dispose(Boolean disposing)

Before the upgrade this exception was not triggered.

    
asked by anonymous 26.04.2016 / 17:17

0 answers