Re: [Firebird-net-provider] Building my own FirebirdSQL

2010-04-26 Thread Jiri Cincura
On Mon, Apr 26, 2010 at 14:14, Alexander Muylaert wrote: > I can also open the model.  I just can't "update" it anymore. Ahh that's a clue. It's now fixed. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Building my own FirebirdSQL

2010-04-26 Thread Alexander Muylaert
Sunday on 18/4 ;-) Thanks A -Original Message- From: Jiri Cincura [mailto:disk...@cincura.net] Sent: maandag 26 april 2010 13:03 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Building my own FirebirdSQL I tested now the release build and

Re: [Firebird-net-provider] Building my own FirebirdSQL

2010-04-26 Thread Alexander Muylaert
ers and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Building my own FirebirdSQL I tested now the release build and works for me. Do you have latest sources? Specifically check L97 in FirebirdClientFactory, there should be "#if ((NET_35 && ENTITY_FRAMEWORK

Re: [Firebird-net-provider] Building my own FirebirdSQL

2010-04-26 Thread Jiri Cincura
I tested now the release build and works for me. Do you have latest sources? Specifically check L97 in FirebirdClientFactory, there should be "#if ((NET_35 && ENTITY_FRAMEWORK) || (NET_40))". -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com ---

Re: [Firebird-net-provider] Building my own FirebirdSQL

2010-04-26 Thread Alexander Muylaert
Yep, -Original Message- From: Jiri Cincura [mailto:disk...@cincura.net] Sent: maandag 26 april 2010 10:29 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Building my own FirebirdSQL On Mon, Apr 26, 2010 at 10:18, Alexander Muylaert

Re: [Firebird-net-provider] Building my own FirebirdSQL

2010-04-26 Thread Jiri Cincura
On Mon, Apr 26, 2010 at 10:18, Alexander Muylaert wrote: > Do you have an idea what it could be?  I'm building on VS2010, Premium, for > .net 4.0?  (I just put it on release). Check you're building with NET_40 defined. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://w

[Firebird-net-provider] Building my own FirebirdSQL

2010-04-26 Thread Alexander Muylaert
Hi Jiri I checked out the sourcecode of firebirdprovider and I got a working build of the provider. Well, in runtime everything works, in visual studio I have the following problem. Do you have an idea what it could be? I'm building on VS2010, Premium, for .net 4.0? (I just put it on release).