|
From: M. A. C. <mc...@mc...> - 2012-12-31 14:20:59
|
Hello,<div><br></div><div> I'm trying to create or edit an 'Entity Data Model' witih no success. I have 3.0.2.0 FireBird provder installed with this configuration data:</div><div><br></div><div><ul><li>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config has</li></ul><div><span class="Apple-tab-span" style="white-space: pre;"> </span><configSections></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=3.0.2.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" /></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></configSections></div></div><div><br></div><div><div> <DbProviderFactories></div><div> <add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient" description=".NET Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=3.0.2.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c"/></div><div> </DbProviderFactories></div></div><div><br></div><div> It was necessary to configure the same in Framework64 otherwise a site don't runs in a 64 bits situaution. NETProvider-3.0.2.0.msi installs only in Framework, not in Frameworoko64.</div><div><br></div><div><ul><li>In a clean application I create an ADO.NET Entity Data Model</li><li>In "Entity Data Model Wizard" screen I've selected "Generete from database"</li><li>In "Chosse Your Data Connection" I've selected a tested connection to FireBird</li><li>In the next screen "Choose Your Database Objects" the error message appears (it says that be unavailabe but it is available)</li></ul><div> An error occurred while connecting to the database. The database might be unavailable. An exception of type 'System.Data.ProviderIncompatibleException' occurred. The error message is: 'The store data provider failed to return information for the StoreSchemaDefinition request. See the inned exception for details. The inner exception caught was of type 'System.MissingFieldExceptionExeption', with this erros message: 'Field not found: System.Data.Common.DbProviderManifest.ConceptualSchemaDefinitionVersion3'.</div></div><div><br></div><div> Is there any information or solution for this?</div><div><br></div><div> Thanks,</div><div> Marco Castro</div><div><br></div> |