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