问题
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