Advanced Forum Search Results
-
Look into this. Its really nice.
Please mark the post as 'Answered' if this Answers your question
-
unfortunately, there is currently no reporting tool available for SL.
Please mark the post as 'Answered' if this Answers your question
-
do you have only crossdomain.xml or clientaccesspolicy.xml as well?
-
Have you downloaded SL SDK?
Do you have Blend SP1 installed?
Please mark the post as 'Answered' if this Answers your question
-
(1) Are you adding the proper MIME types? Is this happening only on some machines?(2) Update the endpoint address in your project ServiceReferences.ClientConfig file.(3) What type of a service is this? Is this ASMX service (I asked this cause I sometimes received this error with ASMX services). Please mark the post as ‘Answered’ if this ...
-
You can either create clientaccesspolicy.xml or crossdomain.xml. I would suggest you to keep clientaccesspolicy.xml for better extensibility. Here are the contents of this file:
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
...
-
Can you let me know which particualr lab does nor works in IE. I just tried the last one and it seems to work.
Please mark the post as 'Answered' if this Answers your question
-
"If you install Silverlight runtime which is in the chainer download you do NOT get the error BUT if you install the plug in separately not the one in the chainer download but the one on the website it causes the error. "
Please remember that there are two types of runtime available; Developer Runtime and the User ...
-
You may use CommunicationException class for the same. Look at this link for more info.
Please mark the post as 'Answered' if this Answers your question
-
What you have currently installed is the user runtime. You need to install developer runtime from this location to get the debugging.
This should resolve your second question as well.
Please mark the post as 'Answered' if this Answers your question