Invalid contract attribute for IMetadataExchange

后端 未结 11 1421
走了就别回头了
走了就别回头了 2020-12-25 11:49

I have upgraded a WCF Service to .NET Framework 4.5. After doing so I noticed a blue squiggly line around the IMetaDataExchange in the host config file.

<
11条回答
  •  爱一瞬间的悲伤
    2020-12-25 12:28

    If deleting the .SUO file doesn't work, check your references to ensure that you have the System.ServiceModel reference. That ended up being the issue that brought me here.

提交回复
热议问题