【发布时间】:2019-03-07 01:49:22
【问题描述】:
尝试在 Unity 2018.2.2+ 中使用 .accdb (via this snippet)(刚刚升级到 .10f1,但同样的问题仍然存在)。
The type or namespace name Odbc' does not exist in the namespace System.Data'. Are you missing an assembly reference?
The type System.Data.DataTable' has been forwarded to an assembly that is not referenced. Consider adding a reference to assembly System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
在哪里可以找到 Mac 上 System.Data、System.Data.odbc、System.Data.DataTable 等缺失的 .dll?
注意:已经在Reference System.Data in Visual Studio 2015 UNITY project 和其他地方尝试过其他结果。单声道的新目录似乎不再包含那些 .dll 文件? /Applications/Unity/Unity.app/Contents/Frameworks/MonoBleedingEdge/MonoEmbedRuntime/osx 似乎只有 3 个 .dylibs https://gyazo.com/d7222ee65635db6394be000605739759
【问题讨论】:
标签: macos ms-access unity3d mono