Advanced Forum Search Results
-
Look at this post http://silverlight.net/forums/t/13189.aspx
It's generic methods or properties throw exception !
-
http://blogs.msdn.com/silverlightws/archive/2008/04/16/debugging-web-service-usage-in-silverlight-2.aspx
-
Xml tag don't work !
Here is clientaccesspolicy.xml file:
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from>
<domain ...
-
Tell me how to post xml code in the body of message ?
-
Now your start page is Default.asx.
Set TIsilverlight2.0TestPage.aspx as start up page !
It is xml file:
-
accesspolicy.xml :
Put it in your web application.
>>This silverlight project you are about to debug is consuming web services. calls to the web service will
>>fail unless the project is executed in the context of the web which caontains the web ...
-
Are you have clientaccesspolicy.xml file in your web application ???
Are you configure your ServiceReference ???
-
It is Cross Domain Bug with Silverlight 2 Beta 1
I found one link with this problem:
http://www.interact-sw.co.uk/iangblog/2008/03/16/silverlight-xdomain-semi
-
I can navigate directly to the .svc file in my browser:
I saw following:
You have created a service.
To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:svcutil.exe ...