我是 mono/linux 的新手,我尝试使用 mod_mono 在 ubuntu/apache2 上托管我现有的 asp.net mvc3 网站。一切正常,除了对 ServiceStack 服务的调用在反序列化来自服务的响应时似乎失败(该服务位于托管在不同 proc 中的同一台机器上)。我查看了 mono gac 并且程序集在那里(正确的版本/密钥)。此外,如果我从 monodevelop/xsp 运行网站,一切正常。任何关于为什么类型加载失败的想法都值得赞赏。
Could not load type 'System.Runtime.Serialization.Json.DataContractJsonSerializer' from assembly 'System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Stack Trace:
System.TypeLoadException: Could not load type 'System.Runtime.Serialization.Json.DataContractJsonSerializer' from assembly 'System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
at ServiceStack.ServiceClient.Web.JsonServiceClient.DeserializeFromStream[List`1] (System.IO.Stream stream) [0x00000] in :0
at ServiceStack.ServiceClient.Web.ServiceClientBase.HandleResponse[List`1] (System.Net.WebResponse webResponse) [0x00000] in :0
at ServiceStack.ServiceClient.Web.ServiceClientBase.Send[List`1] (System.String httpMethod, System.String relativeOrAbsoluteUrl, System.Object request) [0x00000] in :0
我在用:
Mono 运行时版本:2.10.8.1(Debian 2.10.8.1-5ubuntu1); ASP.NET 版本:4.0.30319.1 服务栈 3.9.32