我试图在MonoTouch应用程序中引用iPhone,但得到了以下错误:
The type or namespace 'Data' does not exist in the namespace 'System'.
Are you missing an assembly reference?"我尝试在“编辑引用”窗口中添加一个引用,但没有看到它在任何地方列出,或者使用编辑引用窗口左侧的search选项找到它。我怎样才能解决这个问题?
发布于 2012-09-20 23:16:25
在MonoDevelop中查看您的解决方案 pad (默认为左)。
您应该右键单击References (在您的项目下)并选择"Edit .“。
该对话框将显示一些选项卡,选择Packages one。
应该显示程序集的列表。单击名称为:
System.Data 2.0.5.0 mono-iphone然后单击Ok关闭对话框并重新构建应用程序。
https://stackoverflow.com/questions/12521731
复制相似问题