Re: [Firebird-net-provider] web providers support

2010-03-16 Thread Miroslav Hrázský
you can add this into machine.config runtime assemblyBinding xmlns=urn:schemas-microsoft-com:asm.v1 appliesTo=v2.0.50727 dependentAssembly assemblyIdentity name=FirebirdSql.Data.FirebirdClient publicKeyToken=3750abcc3150b00c culture=neutral / bindingRedirect oldVersion=2.5.0.0

Re: [Firebird-net-provider] web providers support

2010-03-16 Thread korkless
with the assembly bindings i resolve my problems, thanks! only another question, the sql script to initialize the db is not embedded in the dll, right? so i must run it by hand when i create/rebuilt the db --

[Firebird-net-provider] Need help with entity key

2010-03-16 Thread sasha
Hi! I'm trying to play with EF 4.0 and Firebird .NET Provider and have such problem which i can't solve. A have an entity object (Manufacturer) materialized by some ObjectContext. I need to edit this object. For editor i'm creating new ObjectContext, pass EntityKey of my manufacturer and