Top "Servicehost" questions

Problem with type of service in ServiceHost directive in wcf service

I am developing a simple wcf service for test. When I test this service with my local IIS 7.5, then it …

wcf servicehost
WCF: What is a ServiceHost?

As I'm currently learning to use WCF Services, I am constantly encountering tutorials on the internet which mention using a …

c# wcf web-services servicehost
How to find out the reason of ServiceHost Faulted event

I have got a MyServiceBase class which inherits from ServiceBase. Inside MyService I Have got a ServiceHost for my WCF-service, …

c# wcf windows-services servicehost
How do I pass parameters to a ServiceHost

I am doing the following //Define the service host this._smeediPluginServiceHost = new ServiceHost(typeof(SmeediServiceHost), smeediServiceUri); this._smeediPluginServiceHost.AddServiceEndpoint(typeof(…

wcf service parameters servicehost
Cannot start wcf service host

I'm trying to create a service host for my WCF application. When I start the app I get an error …

c# .net wcf visual-studio-2012 servicehost
WCF Service - runtime not seeing the ServiceContract on Interface

I'm new to WCF and trying to get my first service running. I'm close but stuck on this problem. In …

wcf binding interface service servicehost
Can I call a method in a Self-Hosted WCF Service locally?

I have a WCF Service contract which is basically the Publish Subscriber pattern. The WCF Service is hosted inside the …

c# .net wcf servicehost
Servicehost throwing an error, even though added to configuration with netsh

ServiceHost.Open() is throwing this error: HTTP could not register URL http://+:8001/. Your process does not have access rights to …

wcf service servicehost netsh
WCF Service running in ServiceHost (Console App)

I am attempting to wrap a WCF service that was previously running in an .asmx service in the taskbar into …

c# wcf endpoint servicehost