Tagged Questions
1
vote
0answers
926 views
To call a Self Hosted WCF service from another Net.Tcp WCF service running on IIS 7
I have a NetTcp Self Hosting service running on my client machine, and there is another NetTcp service running on IIS on the server. I am trying to consume the self hosted service from the service in ...
0
votes
1answer
722 views
Self hosting RIA Services in WPF executable & Referencing SL RIA Class Library
I want to use a RIA Services in WPF (Please hear me out before voting to close this :)).
I learned about being able to use RIA Services for other clients. Also looked at the sample progam (the famous ...
3
votes
1answer
2k views
Self hosting WCF inside WPF
Thanks to Kent Boogart's answer everything is right now. Thank you very much for all answers!
Hello,
I need to self host a WCF service inside WPF gui. I'm using ServiceHost.
But I still can't ...