Den 2011-03-07 15:14 skrev Daniel Rail såhär:
>>> Is there any way I can get the other assembly to accept the newer
>>> provider assembly without having to rebuild it from sources?
>>>
> Add this to your application's config file, under the
> configuration section:
>
>    <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>
>    </runtime>
>
> I also added the same thing to Visual Studio's devenv.exe.config file,
> because of ECO.
>
OK, excellent, thanks! I also use ECO. :-) Have you joined the ECO fan 
group on Facebook? "Fans of ECO"

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


------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to