|
From: Hernan M. <her...@ec...> - 2010-10-10 12:15:48
|
El 10/10/2010, a las 13:20, Jiri Cincura escribió: > On Sun, Oct 10, 2010 at 05:33, Sam Carleton <sca...@gm...> wrote: >> I see that there is no .Net 4.0 version of the 2.5.2 Firebird .Net Provider > > As the .NET 4 runtime "contains" also .NET 2/3.5 runtime you're free > for download current versions available. > I've got the same error messages as the OP and couldn't compile (here we're using Visual Studio 2010) for .NET 4. Our solution has a Windows Form application project for .NET 2/3.5 and some unit tests projects that VS2010 forces us to be in .NET 4. What I did was to also download one nightly build that appears to be using the .NET 4.0 runtime. So I use the nightly build for the .NET 4 unit tests projects and the official current version for the .NET 2/3.5 main application project. While this works for me, I'm pretty sure that I'm missing something obvious. Regards, -Hernán. |