Jiri Cincura wrote:
> This error indicated, that your instalation of DDEX isn't correct. Check
> paths in registry entries and also sigs in machine.config.
>
> I have the same problem some days ago on new devel machine, and I've a typo
> in machine.config. :) So really check paths and sigs.
>
Thanks for the answer Jiri. I copy paste from the DDEX readme and merge
the packageless reg file. here is the original
<section name="firebirdsql.data.firebirdclient"
type="System.Data.Common.DbProviderConfigurationHandler, System.Data,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
...
After I retype the typo and add the CodeBase key and value (weirdly, the
CodeBase key doesn't merge in the registry), it work nicely.
Here are my changes:
<section name="FirebirdSql.Data.FirebirdClient"
type="System.Data.Common.DbProviderConfigurationHandler, System.Data,
Version=2.0.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" />
"firebirdsql.data.firebirdclient" must be changed to
"FirebirdSql.Data.FirebirdClient" (change the "first letter" as a
capital), the version must be changed to 2.0.1.0. %PublicKeyToken% must
be changed as precise as the gac's sig. And the most weird thing, I must
add CodeBase key, contains the DDEX library path manually in the
registry. Even I has merged the FirebirdDDEXProviderPackageLess32.reg file.
After do these changes, my installed DDEX finally works.
TriM
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider