System.Data inclusion problem

Hello people,

My problem is that every time I open my project code (I am using MonoDevelop) I have to include System.Data since it gets excluded somehow (yes I am sure a saved it good). I need System.Data for the MySql.dll if it is of any importance.

I hope someone knows how to fix this because beside being annoying I think it is a source of another problem which I will address after I solve this one.

Thanks in advance!!!

System.Data or any Sql libraries are not listed on the Mono Compatibility guide. I’m guessing it can’t be included and you will have to use some third party library(there are some on the asset store) or create your own.