Silverlight2 访问 服务器上的WCF提示错误An exception of type 'System.ServiceModel.ProtocolException
Silverlight2 访问 服务器上的WCF提示错误An exception of type 'System.ServiceModel.ProtocolException
错误提示为:
An exception of type 'System.UriFormatException' occurred in System.dll but was not handled in user code
Additional information: [net_uri_BadHostName]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=2.0.30226.2&File=System.dll&Key=net_uri_BadHostName
注:
在网上找过一些资料说是要在服务器WCF 的根目录下放两个文件,crossdomain.xml和crossdomain.xml
已经放上去了,可还是报同样的错误,那位高手碰到同样的问题?