Advanced Forum Search Results
-
[quote user="Tolik2"]Folks, there's gotta be an easier way to do it. Copying ServiceReferences every time doesn't seem to be right. And why in the world would files other than binaries in Silverlight Library not get packaged in xap file? That seems to be a bug.[/quote]
After each change to your WCF Service the service ...
-
I had the feeling the control might not have so expose so much power which is very unfortunate.
-
Hello Silverlight Gurus,
I want to pause buffering on a media player's video stream so another player can use the bandwidth and then resume buffering of the paused one.
How can this be done? Is Silverlight powerful enough to handle such operations?
Many Thanks
-
Thank you for your help Steve. I unfortunitely do not have access to a IIS. (for people reading this and think why Steve suggests IIS - this is because you can set trust - and this makes things sometimes a bit easier.)
I have figured out the solution however, and please do not laugh. My clientaccesspolicy had an XML mistake - I cannot ...
-
I will be using an ASP.NET Web Site to host the Silverlight Application, but I also need my Silverlight presenter to make use of a Service so that is can expose data and pull information from 3rd party Services.
So:
[ASP.NET WebSite, Silverlight Application] <==> [Web Service] <==> [3rd Party Web Service]
Now, Silverlight ...
-
Hey Silverlight Gurus,
I am trying to make a Silverlight 2 Beta 2 Application use a WCF Service as the DAL (ofcourse). I am not running IIS, just localhost using Visual Studio .Net 2008 Pro.
I think I have ticked all the right boxes:WCF Service Web.config file has been modified so that the service endpoint uses ...
-
Hey!
[quote user="doolittle"]
Build Action -> Content
Copy to output directory -> Do not copy (*)
[/quote]
Those are the defaults, and are the properties that are set and I never changed them.
I have worked persistently at this problem and derived the answer, so anyone experiencing this problem should listen ...
-
[quote user="doolittle"]do you actually see the ServiceReferences.ClientConfig file in you project[/quote]
I most certainly do - it is generated automatically into the view (where all the xaml and xaml.cs files are). The ServiceReferences.ClientConfig file is 100% OK, but the problem is not explicitly with the ...
-
Hey Silverlight Gurus,
I have been trying to implement a MVP Silverlight application using a WCF Web Service for 5 hours now and I am stumped by the problem I am getting. As I understand it - one of the updates to Silverlight 2 in Beta 2, which was not the case with Beta 1, is the use of the ServiceReferences.ClientConfig file (which ...
-
I'm trying to write a Silverlight 2 Beta 1 application which communicates with a proxy (for cross domain access). I want the proxy to access a 3rd party webservice which uses SOAP 1.2. Attempts thusfar have seen ProtocolExceptions being thrown. As I understand it Silverlight 2 Beta 1 only supports SOAP 1.1 and as such one is required to set ...