I am trying to test the new F # Type providers, but I cannot get it to work with our DB2 database. This is my developer:
SqlEntityConnection<ConnectionString="Server=<host>:<port>;Database=<db>;UID=<uid>;PWD=<pwd>", Provider="IBM.Data.DB2">
All relevant libraries seem to be installed and configured, but I get an error message in sequence
Error reading schema. error 7001: Failed to find or load the registered .Net Framework Data Provider.
I have no idea what to do here. I refer to IBM.Data.DB2, IBM.Data.DB2.Entity and IBM.Data.Informix in my project. I tried the advice in this question to fix my machine.config, and I applied it also to app.config. Nothing is working. What am I missing here?
source share