我收到一条错误消息:
合同属性无效。根据其数据类型“clientcontracttype”,该值无效
以下是此 WCF 应用程序的 web.config 中的端点配置。我正在使用 .NET Framework 4.5 和 Visual Studio 2012。我已经验证合同OnlineReporting.Core.Contracts.IReportingInternalWcfPortal
已经存在。
<endpoint address="http://localhost:63817/ReportingInternalWcfPortal.svc"
binding="basicHttpBinding"
bindingConfiguration="BasicHttpBinding"
contract="OnlineReporting.Core.Contracts.IReportingInternalWcfPortal"
name="ReportingInternalPortal" />