Entity framework Can';不要将IBM DB2实体提供程序与F#类型提供程序一起使用

Entity framework Can';不要将IBM DB2实体提供程序与F#类型提供程序一起使用,entity-framework,f#,db2,type-providers,Entity Framework,F#,Db2,Type Providers,我正在尝试测试新的F#类型提供程序,但我无法让它与我们的DB2数据库很好地工作。这是我的建筑商: SqlEntityConnection<ConnectionString="Server=<host>:<port>;Database=<db>;UID=<uid>;PWD=<pwd>", Provider="IBM.Data.DB2"> 我不知道在这里该做什么。我在项目中引用了IBM.Data.DB2、IBM.Data.DB

我正在尝试测试新的F#类型提供程序,但我无法让它与我们的DB2数据库很好地工作。这是我的建筑商:

SqlEntityConnection<ConnectionString="Server=<host>:<port>;Database=<db>;UID=<uid>;PWD=<pwd>", Provider="IBM.Data.DB2">

我不知道在这里该做什么。我在项目中引用了IBM.Data.DB2、IBM.Data.DB2.Entity和IBM.Data.Informix。我尝试了这个建议来修复我的machine.config,并将其应用于app.config。似乎什么都不管用。我这里缺少什么?

您的数据库是否使用EF,而不使用类型提供程序?
Error reading schema. error 7001: Failed to find or load the registered .Net Framework Data Provider.