我只在我的电脑上遇到这个问题。我正在使用 IIS Express 7.5 在我的本地端口上托管 WCF 服务。我尝试在不同的 PC 上运行良好。
错误:
[CrossDomainError] 参数: https//localhost:44300/ClientSyncService.svc调试资源字符串不可用。通常,关键和论据提供了足够的信息来诊断问题。请参阅 http//go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60831.0&File=System.ServiceModel.dll&Key=CrossDomainError at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Channels .ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result) at System.ServiceModel.ClientBase
1.ChannelBase
1.EndInvoke(String methodName, Object[] args, IAsyncResult result)。
我在https://localhost:44300/clientaccesspolicy.xmlclientaccesspolicy.xml
的根目录
我不知道我的电脑出了什么问题。
感谢任何帮助