我在Windows操作系统上使用net framework 4.0创建了一个WCF服务; 和它的工作确定使用SVCUtil生成客户端代码文件。 但它在使用mono的ubuntu apache上失败了。 错误信息如下:
exception :System.ServiceModel.Description.DataContractSerializerMessageContractImporter
details:
Due to the namespace "http://schemas.datacontract.org/2004/07/System" with data
contract name "MarshalByRefObject" reference types "System. MarshalByRefObject,
mscorlib, VerSion = 4.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089 "
with import DataConTract does not match, so can't use. you need to remove the
type of the reference.
但是如何在mono上删除引用MarshalByRefObject的类型?
任何帮助将不胜感激。非常感谢你的帮助。