Feed on
Posts
Comments

Posts Tagged ‘WCF’

Here are the steps to get the WCF calls to work in silverlight.
1.create a website hosted in IIS and create a WCF service, change the Binding to basicHttpBinding in Web.Config file
2.Add Silverlight project to the solution and select(’link this control to existing website’ ;) and set theĀ  website from the dropdown
3. Add ServiceReference in silverlight project. [...]

Read Full Post »