【发布时间】:2011-05-05 07:31:00
【问题描述】:
当尝试使用 Mono 编译器编译包含引用 Microsoft.WindowsAzure.StorageClient.dll 的项目的解决方案时,它会失败。为什么? (Google-ing 目前没有为这个问题提供合适、快速的答案)。
谢谢!
更新
这是来自 Hudson 的错误消息:
error CS0011: Could not load type 'Microsoft.WindowsAzure.StorageClient.CloudTableQuery`1[TElement]' from assembly 'Microsoft.WindowsAzure.StorageClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
【问题讨论】:
-
您是否收到某种错误消息?
-
更新了来自 Hudson 的错误消息。