Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

Monday, August 3, 2009

WCF Service throws "Page Cannot be displayed"

Hi,

When you create a website for your WCF services and it throws "Page cannot be displayed, open inet mgr -> right click on the site -> properties -> Asp.net change the version fron ASP.Net 1.1 to 2.0.


HTH

MJ

Friday, July 17, 2009

Service Configuration editor

Fed up with editing svc details in App.config. Open the editor from the below path

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin [ In Vista ]

For more details

http://msdn.microsoft.com/en-us/library/ms732009.aspx


HTH

Monday, July 13, 2009

No entries found in ServiceReferences.ClientConfig

Problem :

When we tried to add service reference to a silverlight application, we will get an error w.r.t endpoint address.
When you cross check client config, you will see no entries there. Only thing you will find is

Solution :
Go to the config file of WCF. Change the binding from wsHttpBinding to basicHttpBindingRemove the old referenceAdd newly.

Hope this helps