I am trying to reference System.Data
in a MonoTouch application for the iPhone, but am getting the following error:
The type or namespace 'Data' does not exist in the namespace 'System'.
Are you missing an assembly reference?"
I have tried adding a reference in the Edit References window, but cannot see it listed anywhere, or find it using the search option on the left side of the Edit References window. How can I resolve this issue?