Hi, The way I see it - you`re trying to target .net 3.5 (or less) with a 4.0 provider dll. Since I stayed on 2.0 for sometime after 3.5 came out, I had the same issue - download the sources, open the project and change the target framework from project properties. It will most probably complain about references to dlls that are not part of it, but when you change to the configuration which suits you it should compile(don`t know if it`s "the proper way" but I didn`t find an easier one :) ).
PS Since you seem to have started a new application - you could follow the advice of VS and retarget it, instead of the provider :) > i have a problems with firebird in visual studio 2010 > you can help me please! > my error is this > > Warning 1 The referenced assembly > "FirebirdSql.Data.FirebirdClient, > Version=2.5.2.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" could > not be resolved because it has a dependency on "System.Web, > Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which > is not in the currently targeted framework > ".NETFramework,Version=v4.0,Profile=Client". Please remove references to > assemblies not in the targeted framework or consider retargeting your > project. WindowsApplication6 > > ------------------------------------------------------------------------------ > > _______________________________________________ > Firebird-net-provider mailing list > Firebird-net-provider@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider -- Sanity is a sin! ------------------------------------------------------------------------------ _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider