我正在尝试在 Mono 2.8.2(从源代码编译,Ubuntu 10.10)上运行 LINQ2Entities 示例(MySQL 连接器 6.3.6)。我收到以下错误:
$mono L2EMySQL.exe
Could not load file or assembly 'System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
我做错了什么还是 Mono 不支持 LINQ2Entities?如果是这样,是否有任何计划支持它?