Browse by Tags
All Tags »
Web Service (RSS)
Specification of the Problem A WCF web service works when a user types site in his browser with www in the name: ยท http:// www .nokola.com/SampleService/ServiceClientAppTestPage.aspx Works OK!, but it stops working if the same site is typed without www:
Read More...
Here are some interesting Silvelright 2 Beta 1 documentation links: High-level portal to the Managed Reference: http://msdn2.microsoft.com/en-us/library/bb404716.aspx Controls: http://msdn2.microsoft.com/en-us/library/cc189031(vs.95).aspx Control Templates
Read More...
If you try accessing UI from a timer event, you'll Exception: Invalid cross-thread access . This happens because the timer code is running on different thread and trying to access controls on the main thread. Here's how to fix it: Edit: thanks to jackbond
Read More...
Before we Start The final project is a sample that sends a string to WCF web service from Silverlight and gets a response back. Sample source code: http://blogs.msdn.com/nikola/attachment/8168735.ashx ( Edit: see comments on how to change the source to
Read More...
Attachment(s): ServiceClientApp.zip
I've tried these, and there are some interesting parts that can take some time figuring out by digging in docs. This post will probably solve the 404.3 error (svc not registered as MIME type) So here's the whole solution for getting a WCF service started
Read More...