Tag Archives: Web Service
Problem Running WCF on Visual Studio 2008 and Windows 7 - could not find host - page timeout
This post is about a problem that I have had recently with visual studio .Net 2008, WCF and Windows 7.
I have a working WCF service (add to the solution by another person) which I am trying to run from within my visual studio 2008. Normally, you should go to your project, right click on it [...]
Introduction and Notes about WCF, Silverlight and Creating a Silverlight application that consumes - invokes a WCF service via async (asynchronous) web service call
This post is an introduction and a collection of some useful information, notes and facts about WCF in genreal, Silverlight and running a silverlight web application that uses a WCF service via asynchronous web service call.
- The first fact that you need to know is that:
The only option for web service calling in Silverlight is [...]