我在 Windows 操作系统上使用 net framework 4.0 创建了一个 WCF 服务;其工作正常使用 SVCUtil 生成客户端代码文件。但它在带有单声道的 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.
但是如何删除单声道上的引用 MarshalByRefObject 的类型?
任何援助将不胜感激。非常感谢您的帮助。