The requested feature is not implemented monodevelop

我的梦境 提交于 2019-12-11 10:16:30

问题


I'm trying to debug my project in MonoDevelop. I'm using the interface ADO.net. But I keep getting folowing error:

The requested feature is not implemented at System.Data.OleDb.OleDbConnection.Dispose (Boolean disposing)

Please help.


回答1:


Mono's implementation of the OLE DB provider is not complete, since OLE DB is a native Windows API (Mono's implementation wraps the Linux libgda instead). I suggest you use a different ADO.NET provider.



来源:https://stackoverflow.com/questions/14703421/the-requested-feature-is-not-implemented-monodevelop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!