Re: [Firebird-net-provider] *** GMX Spamverdacht *** Re: Correct closing of an entity framework connection

2015-10-26 Thread Jiří Činčura
On Mon, Oct 26, 2015, at 15:16, Parzival wrote: > _fbConnectionStringBuilder:Pooling := .T. Just for the sake of testing, can you turn it off. Then the connection is closed immediately. And we should see whether there's something dangling or not. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] *** GMX Spamverdacht *** Re: Correct closing of an entity framework connection

2015-10-26 Thread Parzival
Hello Jiri, on a kill inside the debugger or a crash of my app I accept the Firebird.log Error. I use connection pooling. The ConnectionString Builder looks like this: _fbConnectionStringBuilder := fbConnectionStringBuilder{} _fbConnectionStringBuilder:Database := _database

Re: [Firebird-net-provider] Correct closing of an entity framework connection

2015-10-26 Thread Jiří Činčura
Are you using connection pooling? How was the application closed - regular close or killed from debugger? -- Mgr. Jiří Činčura Independent IT Specialist -- ___

[Firebird-net-provider] Correct closing of an entity framework connection

2015-10-26 Thread Parzival
Hello all, I am using Firebird 2.5.x (in 32 and 64bit) with a WPF .net application and entity framework. The WPF application uses MVVM and has a viewmodel (that owns the context) and a model (that shares the context of the viewmodel. I have recognized that I get this error message in

[Firebird-net-provider] [FB-Tracker] Created: (DNET-640) Event handlers should use generic EventHandler instead of custom

2015-10-26 Thread Jiri Cincura (JIRA)
Event handlers should use generic EventHandler instead of custom Key: DNET-640 URL: http://tracker.firebirdsql.org/browse/DNET-640 Project: .NET Data provider Issue Type: