Siverlight 4 with WCF Service

Discussion in 'Pre-sales questions' started by Guest, Jun 19, 2010.

  1. Guest

    Guest Guest

    I have a problem with the hosting service I have. I cant get a meaninful answer, it seems they don't understand.
    My app is a Silverlight 4 hosted in a web project.
    My web project has a svc file, which I use in my silverlight code with an endpoint created thru code. My xap file is under web root/ClientBin.

    Silverlight Code:
    _proxy.Endpoint.Address=new System.ServiceModel.EndpointAddress("../Services/myServiceName.svc");

    it works fine in my development machine, but when I upload my code into the host it does not work.

    Do you have any similar application successfully hosted?
    Thanks
    -- Alex
     
  2. Ray

    Ray

    I don't have enough details to fully understand the problem. What do you mean it does not work? Are you getting any error messages? If you are can you post the complete error?

    Also can you tell us what kind of bindings you are using and how you are coding it?
     

Share This Page