Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Re: Silverlight 2 Beta 2

    Needed to update the ClientAccessPolicy and the CrossDomainPolicy<?xml version="1.0" encoding="utf-8"?> <access-policy><cross-domain-access> <policy><allow-from http-request-headers="*"> <domain uri="*"/></allow-from> <grant-to><resource ...
  • Re: Re: Silverlight 2 Beta 2

    Needed to update the ClientAccessPolicy and the CrossDomainPolicy<?xml version="1.0" encoding="utf-8"?> <access-policy><cross-domain-access> <policy><allow-from http-request-headers="*"> <domain uri="*"/></allow-from> <grant-to><resource ...
  • Re: Silverlight 2 Beta 2

    I updated the CrossDomain.xml to:<?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="*" /> </cross-domain-policy>   And ...
  • Re: Re: Silverlight 2 Beta 2

    How do you allow the use of headers in the cross domain policy in Beta 2?
  • Silverlight 2 Beta 2

    I had a Silverlight 2 Beta 1 control that was calling a WCF service. Now after upgrading to Beta 2, there is an error being thrown on the AsyncCallback. The crossdomain.xml and clientaccesspolicy.xml haven't been changed. Here is the error: System.Reflection.TargetInvocationException was unhandled by user code   Message="An ...
  • Re: Re: Re: CrossDomainError Problem

    Yeah, I know. I'm just doing this as a temporary fix so I can deploy the dev server. I'll just remember to repeat the process whenever a push is made. Hopefully this will be fixed in Silverlight 2 Beta 2 or at least the ServiceReferences.ClientConfig might work then.
  • Re: Re: Re: CrossDomainError Problem

    I wanted to verify what you were talking about with respect to the Reference.cs. So I opened up the Reference.cs and found the line with the EndPoint information. private static System.ServiceModel.EndpointAddress defaultAddress = new System.ServiceModel.EndpointAddress(http://localhost:3524/MyService.svc);  When I updated the ...
  • Re: Re: CrossDomainError Problem

    I was using the client proxy that was generated by the service reference. I wasn't manually creating the binding but I guess I can try that. I wasn't sure if the ClientConfig was used either so I also tried updating the service references to the url of the dev environment, rebuilding the silverlight controls and website and redeploying ...
  • CrossDomainError Problem

    I have a problem with a CrossDomainError with a Silverlight Control using WCF calls. When I run on my local machine using Visual Studio environment everything works fine. When I deploy the site to the DEV server everything works fine when I try to access the silverlight control locally on the server. However, when I try to access the silverlight ...
  • Re: Re: Getting Silverlight 2.0 control properties from ASP.NET

    When you use the HtmlElement object to set the attribute value from within Silverlight, the change does not cause the OnValueChanged or OnTextChanged events to fire and the value of the control from the server has not changed. So I guess the change of the element attribute does not cause a post. HtmlElement he= ...
1 2 Next >
Microsoft Communities