Advanced Forum Search Results
-
Hello,
I have a problem using an ObservableList with many values as a parameter for my WCF Service.
In my Silverlight app I retrieve a list of Users processing an xml, the WCF Service gives me a list of 1000 Users.
Now in Silverlight I request the user to choose if he wants to insert those users in the db, and if he does, I pass to WCF those 1000 ...
-
I have a similar problem on my silverlight + WCF application.
It works on my developer machine (in ServiceReference I have localhost:50834/DbService.svc)
It works on my internal server (in ServiceReference I have 192.168.1.8/AppName/DbService.svc)
But I cannot find a way to make it work on internet.
In ServiceReference.ClientConfig I've ...