本文介绍了在Ubuntu上的MonoDevelop中具有EntityFramework的PostgreSQL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我尝试按照官方步骤.
但是,建议的配置文件似乎出了点问题(或者我丢失了一些东西),因为我无法摆脱此错误:
However, something seem to be wrong with that suggested configuration file (or I'm missing something), as I can't get rid of this error:
有人在MonoDevelop中使用实体框架连接到PostgreSQL的应用程序有一个简单的工作示例吗?
Does anyone have a simple working example of the application connecting to PostgreSQL using Entity Framework in MonoDevelop?
推荐答案
请尝试使用Npgsql 3.0.3(错误显示为2.1.0),对此正确的软件包应为EntityFramework6.Npgsql,而不是Npgsql.EntityFrameworkLegacy.
Please try with Npgsql 3.0.3 (the error says 2.1.0), the correct package for this would be EntityFramework6.Npgsql, not Npgsql.EntityFrameworkLegacy.
这篇关于在Ubuntu上的MonoDevelop中具有EntityFramework的PostgreSQL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!