From: HERNAN M. F. <her...@ob...> - 2013-04-25 09:40:29
|
> > I have a wpf application, and when exiting I always get a debug output: > > A first chance exception of type 'System.NullReferenceException' occurred in FirebirdSql.Data.FirebirdClient.dll > > Firebird 2.5, Firebird Client 3.0.2.0, Runtime v4.0.30319 > > I havn’t been able to track down a cause for this. Any clues? Did you try to running it under a debugger with FirebirdSql.Data.FirebirdClient.pdb in the same directory of the DLL? It might help you trace the origin of the null reference. -H. |