我正在尝试使用 Mono 将开源 .Net 项目移植到 OSX(Mountain Lion)。我的第一步是尝试构建项目并查看我遇到的错误。
该代码使用出现在“参考”下的 System.Data.Sqlite。我在 OSX 上安装了 Sqlite,但显然缺少 Mono 等价物。如何将其包含在项目中?最终我想我将不得不进行条件编译,但现在,我只想让事情正常进行。
这是错误:
Assembly 'System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors.