Den 2011-08-10 17:25 skrev Kjell Rilbe såhär:
> My app is still under VS 2008 and .Net framework 3.5.
>
> If I want the latest provider that works with this environment and app,
> which download should I use?

Seems to work with 2.6.5.0 build for .Net 3.5, i.e. this file:

NETProvider-2.6.5-NET35.7z

Installed in GAC and entered this into devenv.exe.config and config 
files for all apps that ref this assembly (thanks to Daniel Rail!):

<runtime>
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
   <dependentAssembly>
    <assemblyIdentity name="FirebirdSql.Data.FirebirdClient" 
publicKeyToken="3750abcc3150b00c" />
    <bindingRedirect oldVersion="1.0.0.0-2.5.1.0" newVersion="2.5.2.0" />
   </dependentAssembly>
  </assemblyBinding>
</runtime>

Regards,
Kjell
-- 
--------------------------------------
Kjell Rilbe
DataDIA AB
E-post: kj...@datadia.se
Telefon: 08-761 06 55
Mobil: 0733-44 24 64


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to