Welcome to MSDN Blogs Sign in | Join | Help

You had me at "Hello World!"

XAML, WPF, Silverlight, .NET, Office 2007, Windows code samples and other interesting things

Syndication

Browse by Tags

All Tags » Web Service   (RSS)
Silverlight: How to Make Your WCF Web Service Work for All Users
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...

Posted Sunday, June 08, 2008 2:26 PM by nikola | 0 Comments

Silverlight 2 Beta 1 Links to SDK Help, Reference and Samples
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...

Posted Sunday, March 16, 2008 4:31 PM by nikola | 0 Comments

Calling Web Services and Accessing UI from Timer Event in Silverlight
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...

Posted Thursday, March 13, 2008 1:50 PM by nikola | 4 Comments

Visual Studio 2008 Walkthrough: Creating, Hosting and Using WCF Services with Silverlight 2
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...

Posted Wednesday, March 12, 2008 3:57 AM by nikola | 17 Comments

Filed under: , ,

Attachment(s): ServiceClientApp.zip

Configuring IIS 7 to work with WCF Web Services for Silverlight 2
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...

Posted Thursday, March 06, 2008 1:18 PM by nikola | 3 Comments

Filed under: , , ,

Page view tracker