Advanced Forum Search Results
-
[quote user="sladapter"]
Geimas5,
Was this working in beta 1? Could you check the URL for your service endpoint on your ServiceReference.ClientConfig and what is it? Since this is WCF service, what binding you set on the Web.config on your Service Site?
[/quote]
This is a new beta 2 project.
Endpoint in ...
-
[quote user="johnpapa"]
When you say "when I use "Web development helper" to view the request I see that it doesn't even hit the service, only the Clientaccesspolicy.xml file," is WebDevHelper showing you the exact location of where it looks for the ClientAccessPolicy.xml file? Is that line yielding the ...
-
yes its hosted and is available at the root of the site with http://virwinserv01/clientaccesspolicy.xml.
No i do not have s crossdomain-xml, you do not need both. looking at the logs it dose not ask for one either.
-
the asmx version that returns pretty much the same data returns about 1000 bytes, so the size shouldn't be a problem.
-
Actually i have already a workaround that seams to be working, i added a handler for the loaded event for the usercontrol that sets the visibility to collapsed. the textboxes are then visible when i make the canvas visible later.
-
No one?
-
I have a few textboxes inside a canvas with visibility=collapsed set in the xaml. however when I try to set the visibility on the canvas to visible in c# the textboxes are still hidden. this is not a problem if I have the canvas initially visible and set the visibility to hidden and then back to visible in c#.
-
when I try to call a WCF service from my Silverlight application I get a 404 error. when I use "Web development helper" to view the request I see that it doesn't even hit the service, only the Clientaccesspolicy.xml file, and I see that the actual content of the file is returned through the response body.
Any ...
-
[quote user="mareq"]I have done this. Rectangle isnt visible but when i want to add a new one with the same name i get exception : Value does not fall within the expected range. That problem appear not only in canvas control but also in adding to grid as well. I need to add still new name value that I used for the first time but i ...
-
[quote user="mareq"]I have done this. Rectangle isnt visible but when i want to add a new one with the same name i get exception : Value does not fall within the expected range. That problem appear not only in canvas control but also in adding to grid as well. I need to add still new name value that I used for the first time but i ...