次のようなエラー メッセージが表示されます。
契約属性が無効です。データ型「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" />