我在将Devart.Data.MySQL设置为实体提供程序时遇到了问题。
到目前为止,我到达的是App.config:https://paste.mozilla.org/Q81ctALe
但唯一能做的就是抛出这个异常:
System.InvalidOperationException: 'The Entity Framework provider type 'Devart.Data.MySql.Entity.MySqlEntityProviderServices, Devart.Data.MySql.Entity.EF6' registered in the application config file for the ADO.NET provider with invariant name 'Devart.Data.MySql' could not be loaded. Make sure that the assembly-qualified name is used and that the assembly is available to the running application.现在我没有主意了-有什么建议吗?
发布于 2022-10-05 13:06:18
Devart实体数据提供程序与实体框架v6的使用在https://www.devart.com/dotconnect/mysql/docs/?EF.html中进行了描述。
备注:
如果这些信息没有帮助,请通过我们的联系方式提交请求
https://stackoverflow.com/questions/73125767
复制相似问题