Can't add reference from Silverlight app to WCF-service that is hosted by ASP.NET
- by Budda
A "Silverlight-enabled WCF service" was added into existing ASP.NET web-application. On attempt to add reference from the Silverlight Application to the service the following error was received:
Object reference not set to an instance of an object.
How can I add reference?
Thanks.