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

  • SEARCH
  • Home
  • 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 6982381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:16:51+00:00 2026-05-27T18:16:51+00:00

I have a project using Wcf Service. Binding in my web.config is : <netNamedPipeBinding>

  • 0

I have a project using Wcf Service. Binding in my web.config is :

<netNamedPipeBinding>
   <binding name="RCISPNetNamedPipeBinding" />
</netNamedPipeBinding>

<service behaviorConfiguration="Fara.WcfServiceBehaviour" name="Fara.WcfService.CommonWcfService">
   <endpoint address="CommonServices" binding="netNamedPipeBinding" bindingConfiguration="FaraNetNamedPipeBinding" contract="Fara.Common.ServiceContract.ICommonService" />
</service>

I have a runtime error when I want create service Host

public class ServiceFactory : ServiceHostFactory
{
   protected override ServiceHost CreateServiceHost(Type serviceType, Uri[] baseAddresses)
   {
      if (!IsInitialised) InitialiseService();
         return base.CreateServiceHost(serviceType, baseAddresses);
   }

}

Message of Exception is :

Could not find a base address that matches scheme net.pipe for the endpoint with binding NetNamedPipeBinding. Registered base address schemes are [http].

Properties of my project is :
enter image description here

What do I for correcting this error?

I updated Web.config :

But my problem not resolved!

enter image description here
enter image description here
enter image description here

  • 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. Editorial Team
    Editorial Team
    2026-05-27T18:16:51+00:00Added an answer on May 27, 2026 at 6:16 pm

    As the error message says very clearly: you don’t have any base address defined for the net.pipe binding. So define one!

    <service name="Fara.WcfService.CommonWcfService"
              behaviorConfiguration="Fara.WcfServiceBehaviour"  >
       <host>
          <baseAddresses>
              <add baseAddress="net.pipe://localhost/Services" />
          </baseAddresses>
       </host>
       <endpoint 
           address="CommonServices" 
           binding="netNamedPipeBinding" bindingConfiguration="FaraNetNamedPipeBinding" 
           contract="Fara.Common.ServiceContract.ICommonService" />
    </service>
    

    Then your service endpoint would be net.pipe://localhost/Services/CommonServices

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

Sidebar

Related Questions

I have a RESTful WCF web service called "Palladium" as a project in my
I have created WCF service in project. Now using Jquery I am successfully able
I have a basic WCF service using basicHttpBinding. I have my site project and
I am developing an application using WPF/MVVM. I have a WCF data service project
here's the setup for the project. I have a WCF Service that is hosted
I am using Wcf in Sharp Architecture. I have configured my project following northwind
I have a must to host WCF Service using WCF Session mechanism. I've read
I have a WPF application using service references to a WCF service. When doing
I have a project using WCF which was working fine, but I moved the
I have created a WCF web service in C# deployed in a Windows Service

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.