From: Halim B. <hal...@ho...> - 2013-10-16 20:24:31
|
We are getting the following error which causes our web service application to crash. We use c# with Visual Studio 2012. Our Firebird Client ADO.NET provider version is 3.0.2.0. . I found several topics regarding this error and made me more confused. Could you help me figure it out please or at least keep my application from crashing? Thank you, Exception: System.NullReferenceException Message: Object reference not set to an instance of an object. StackTrace: at FirebirdSql.Data.FirebirdClient.FbCommand.RollbackImplicitTransaction() in c:\Users\Jiri\Documents\devel\NETProvider\working\trunk\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbCommand.cs:line 789 at FirebirdSql.Data.FirebirdClient.FbCommand.Release() in c:\Users\Jiri\Documents\devel\NETProvider\working\trunk\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbCommand.cs:line 827 at FirebirdSql.Data.FirebirdClient.FbCommand.Dispose(Boolean disposing) in c:\Users\Jiri\Documents\devel\NETProvider\working\trunk\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbCommand.cs:line 395 at System.ComponentModel.Component.Finalize() |
From: Halim B. <hbo...@id...> - 2013-10-16 20:43:08
|
We are getting the following error which causes our web service application to crash. We use c# with Visual Studio 2012. Our Firebird Client ADO.NET provider version is 3.0.2.0. . I found several topics regarding this error and made me more confused. Could you help me figure it out please or at least keep my application from crashing? Thank you, Exception: System.NullReferenceException Message: Object reference not set to an instance of an object. StackTrace: at FirebirdSql.Data.FirebirdClient.FbCommand.RollbackImplicitTransaction() in c:\Users\Jiri\Documents\devel\NETProvider\working\trunk\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbCommand.cs:line 789 at FirebirdSql.Data.FirebirdClient.FbCommand.Release() in c:\Users\Jiri\Documents\devel\NETProvider\working\trunk\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbCommand.cs:line 827 at FirebirdSql.Data.FirebirdClient.FbCommand.Dispose(Boolean disposing) in c:\Users\Jiri\Documents\devel\NETProvider\working\trunk\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbCommand.cs:line 395 at System.ComponentModel.Component.Finalize() |
From: Jiri C. <di...@ci...> - 2013-10-17 06:47:51
|
You should first update to 3.2.0. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Halim B. <hal...@ho...> - 2013-10-22 14:54:59
|
I was able to upgrade to 3.2.0 and test again but still no luck.We are getting the same exceptions. -Halim > Date: Thu, 17 Oct 2013 08:18:21 +0200 > From: di...@ci... > To: fir...@li... > Subject: Re: [Firebird-net-provider] NullReferenceException in my web service application > > You should first update to 3.2.0. > > > -- > Jiri {x2} Cincura (x2develop.com founder) > http://blog.cincura.net/ | http://www.ID3renamer.com > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jiri C. <di...@ci...> - 2013-10-23 08:12:50
|
On Tue, Oct 22, 2013 at 4:54 PM, Halim Boumedjirek <hal...@ho...> wrote: > I was able to upgrade to 3.2.0 and test again but still no luck. > We are getting the same exceptions. Good. So *create a test case* and report it. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com |