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 4606216
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:32:07+00:00 2026-05-22T00:32:07+00:00

I have a VB.NET WCF service hosted as a Window Service. I was able

  • 0

I have a VB.NET WCF service hosted as a Window Service. I was able to create an install package, install the service to my machine, and start the service manually from Services in Administrative Tools.

Now when I try to reference the service in my test console application (Address: http://localhost:8080/), I get the following error:

There was an error downloading ‘http://localhost:8080’.`

Unable to connect to the remote
server No connection could be made
because the target machine actively
refused it 127.0.0.1:8080`

Metadata contains a reference that
cannot be resolved:
‘http://localhost:8080/’. Could not
connect to http://localhost:8080/. TCP
error code 10061: No connection could
be made because the target machine
actively refused it 127.0.0.1:8080.
Unable to connect to the remote server
No connection could be made because
the target machine actively refused it
127.0.0.1:8080 If the service is defined in the current solution, try
building the solution and adding the
service reference again.

Not sure what I can do about this. Any ideas???

Thanks,
Jason.

Here’s the code from app.config inside my service:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
   <system.diagnostics>
      <sources>
         <!-- This section defines the logging configuration for My.Application.Log -->
         <source name="DefaultSource" switchName="DefaultSwitch">
            <listeners>
                <add name="FileLog"/>
                <!-- Uncomment the below section to write to the Application Event Log -->
                <!--<add name="EventLog"/>-->
            </listeners>
         </source>
       </sources>
       <switches>
          <add name="DefaultSwitch" value="Information" />
       </switches>
       <sharedListeners>
          <add name="FileLog"
               type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" 
               initializeData="FileLogWriter"/>
       </sharedListeners>
   </system.diagnostics>

   <system.serviceModel>
      <services>
         <service name="ExStreamWCF.Service1" 
                  behaviorConfiguration="ExStreamWCF.Service1Behavior">
            <!-- Service Endpoints -->
            <host>
               <baseAddresses>
                   <add baseAddress = "http://localhost:8080/Design_Time_Addresses/JasonsService/Service/" />
               </baseAddresses>
            </host>
            <endpoint address="" binding="wsHttpBinding" contract="ExStreamWCF.IService1">
               <identity>
                  <dns value="localhost"/>
               </identity>
            </endpoint>
            <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
         </service>
      </services>
      <behaviors>
         <serviceBehaviors>
            <behavior name="ExStreamWCF.Service1Behavior">
               <serviceMetadata httpGetEnabled="true"/>
               <serviceDebug includeExceptionDetailInFaults="false"/>
            </behavior>
         </serviceBehaviors>
      </behaviors>
   </system.serviceModel>
</configuration>

If anyone needs more from me please let me know!

  • 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-22T00:32:08+00:00Added an answer on May 22, 2026 at 12:32 am

    Not sure if it’s really an issue – but on a production server, I would never use localhost as my base address.

    So can you try to change:

    <service name="ExStreamWCF.Service1" 
             behaviorConfiguration="ExStreamWCF.Service1Behavior">
       <host>
          <baseAddresses>
             <add baseAddress = "http://localhost:8080/Design_Time_Addresses/JasonsService/Service/" />
          </baseAddresses>
       </host>
    

    to

    <service name="ExStreamWCF.Service1" 
             behaviorConfiguration="ExStreamWCF.Service1Behavior">
       <host>
          <baseAddresses>
             <add baseAddress = "http://YourServerName:8080/Design_Time_Addresses/JasonsService/Service/" />
          </baseAddresses>
       </host>
    

    Does that make any difference when calling into the service??

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

Sidebar

Related Questions

I have created a reference to an IIS hosted WCF service in my ASP.NET
I have a set of existing WCF services hosted in a .NET 3.0 app.
I have a WCF service that I have to reference from a .net 2.0
I have getting the above error when i try to start wcf service hosted
I have a WCF service hosted on my local machine as windows service. Now
.NET 3.5, VS2008, WCF service using BasicHttpBinding I have a WCF service hosted in
I have a WCF Service hosted as Windows Service and client is an ASP.Net
I have a WCF based web service hosted in windows sever 2003 machine. The
I have a WCF service hosted in a Windows Forms application (.NET C# 4).
I have a asp.net 2.0 web site with WCF service hosted inside it 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.