Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 183453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:07:07+00:00 2026-05-11T15:07:07+00:00

I have a WCF server that I can run as a service or as

  • 0

I have a WCF server that I can run as a service or as a windows forms application. When I run it as a Windows Forms application I can connect to it via my client application. However when I run it as a service using the same code, I cannot connect to it. I have confirmed that the service is running and doing its work. Below is the server’s config file.

<system.serviceModel>   <services>     <service name='Cns.TrafficCopService.ManagementService'>       <host>         <baseAddresses>           <add baseAddress='http://localhost:8000/TrafficCop/ManagementService' />         </baseAddresses>       </host>       <endpoint address='' binding='wsHttpBinding' contract='Cns.TrafficCopService.IManagementService' />     </service>   </services> </system.serviceModel> 

and its hosting code, called 100 milliseconds after OnStart is called:

if (this.serviceHost != null) {     this.serviceHost.Close(); }  this.serviceHost = new ServiceHost(typeof(ManagementService)); this.serviceHost.Open(); 

and the client’s config file:

<system.serviceModel>   <bindings>     <wsHttpBinding>       <binding name='WSHttpBinding_IManagementService' />     </wsHttpBinding>   </bindings>   <client>     <endpoint         address='http://localhost:8000/TrafficCop/ManagementService'         binding='wsHttpBinding'         bindingConfiguration='WSHttpBinding_IManagementService'         contract='IManagementService'         name='WSHttpBinding_IManagementService'>     </endpoint>   </client> </system.serviceModel> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T15:07:08+00:00Added an answer on May 11, 2026 at 3:07 pm

    Could you post the rest of your code for hosting the service?

    Your class that starts the service should be inheriting from ‘ServiceBase’ and should implement the ‘OnStart’ and ‘OnStop’ methods. These methods are invoked by the service console to start and stop the service process, so your ServiceHost should be opened/closed in these methods. Just wondering if maybe you’re not doing that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a wcf application hosted in a windows service running a local windows
I have a WCF service, hosted in IIS 7.0 that needs to run database
I have some WCF methods that are used to transmit information from a server
I've got a WCF service up and running on a server. We have a
I have a WCF service that I have to reference from a .net 2.0
I have a WCF server and I'm tapping into the Faulted event which stupidly
I have a WCF Web Service which is referenced from a class library. After
I have a WCF service hosted for internal clients - we have control of
I have a WCF service and I want to expose it as both a
I have a WCF service running on the IIS with a ServiceHostFactory. It's running

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.