Advanced Forum Search Results
-
Hi All,
I've implemented my own membership provider using System.Web.Security.MembershipProvider. I want to access the CreateUser method via my WCF Service, but I get every time exceptions. On client (Silverlight) side Exception "File not found", on the server side "The ConnectionString property has not been ...
-
Hi,
sorry for the question, but what's that mean? I have a wcf service on https://localhost/...., which contains clientaccesspolicy.xml too with the tag "SOAPAction", everything works fine, but when i try to use a method via WCF in my silverlight app., throw the above-mentioned exception.
I've created a self-signed certificate ...
-
Hi everybody,
My problem is as follows: How can I in a Silverlight application to refer to a WCF Service, running under console applictaion.
In the latest tutorial from Jesse Liberty, it’s not so difficult in frames of a web application.
But at the moment I have not got any idea, how can I realise this under a ...