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:
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config has
<configSections>
<section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=3.0.2.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" />
</configSections>
<DbProviderFactories>
<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"/>
</DbProviderFactories>
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.
- In a clean application I create an ADO.NET Entity Data Model
- In "Entity Data Model Wizard" screen I've selected "Generete from database"
- In "Chosse Your Data Connection" I've selected a tested connection to FireBird
- In the next screen "Choose Your Database Objects" the error message appears (it says that be unavailabe but it is available)
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'.
Is there any information or solution for this?
Thanks,
Marco Castro
------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412
_______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider