Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 MonoDevelop 中调试我的项目。我正在使用接口 ADO.net。但我不断收到以下错误:
请求的功能未在 System.Data.OleDb.OleDbConnection.Dispose 中实现(布尔处理)
请帮忙。
Mono 对 OLE DB 提供程序的实现并不完整,因为 OLE DB 是一个本地 Windows API(Mono 的实现封装了 Linux libgda)。我建议您使用不同的 ADO.NET 提供程序。