Link to home
Start Free TrialLog in
Avatar of Kalpesh Chhatrala
Kalpesh ChhatralaFlag for India

asked on

Error in Silverlight Page

We are getting error as per screenshot attached.

Arguments: Not Found.
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem.

In localhost Application working fine  but on live web server we are getting error.


error1.JPG
Avatar of FarWest
FarWest

did you verify that the needed web service (RIA)  is running, and has matched web methods?
try to request the webservice link using IE.
 
Avatar of Kalpesh Chhatrala

ASKER

Web Service is Running Fine. I checked.
Have you provided a crossdomain.xml for the wcf service? It should remain at the service root level. (as long it is a http service).
The content of the file could look likte this:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
  <allow-http-request-headers-from domain="*" headers="SOAPAction,Content-Type"/>
</cross-domain-policy>

Open in new window

We uploaded both Clientaccesspolicy.xml and crossdomain.xml on root but the problem is not solved...any other solution???

did you check the service from the client machine?

are you using special port for the service?

if so I think the problem is in port firewall




also check the config files maybe there is a fixed host name that is pointing to development server
ASKER CERTIFIED SOLUTION
Avatar of badalpatel
badalpatel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks
kalpesh;
can you tell us what was the problem that you discovered using fiddler?
just to make this thread more useful for future viewers
thanks