I'm going to try Firebird Entity Framework so I downloaded client 2.5.1.0 and web providers 2.5.0.0.
To be sure that I am using new versions I removed both old dlls (2.1.0.0) from GAC, changed client version from 2.1.0.0 to 2.5.1.0 in machine.config, changed their versions in my old asp.net app and tried it. I obtained this error: Could not load file or assembly 'FirebirdSql.Data.FirebirdClient, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' or one of its dependencies. The system cannot find the file specified. I realised that problem is in installed FirebirdSql.Web.Providers.dll so I downloaded source files and changed version 2.5.0.0 to 2.5.1.0 in this line of FirebirdSql.Web.Providers.csproj file: <Reference Include="FirebirdSql.Data.FirebirdClient, Version=2.5.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL"> It solved the problem. I also tried to use downloaded FirebirdSql.Web.Providers.dll with changed client version in machine.config to 2.5.0.0. It worked for my asp.net app but not for DDEX in VS08. Is there less complicated solution for this version problem? Without local copy of dlls. -- Miroslav Hrázský ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider