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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:16:56+00:00 2026-05-11T20:16:56+00:00

I have a WCF client generated with Add Service Reference, problem is that the

  • 0

I have a WCF client generated with Add Service Reference, problem is that the classes of this client will get embeded in a .msi (WIX project), together with its config file. From the msi, proxy doesn’t recognize the config file. I want take config file outside of msi and tell the proxy to read what it needs from there.

Is there any way to achieve this? Tell proxy to get it’s data from another config other than default one?

Some ideas or some example would be great.

Thanks,
Adriana

  • 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-11T20:16:56+00:00Added an answer on May 11, 2026 at 8:16 pm

    This is how i did it:
    From the link that Vasu gave me, from the sample, i added CustomClientChannel in my project.
    I found 2 bugs tho :
    – if the proxy config doesn’t have Behaviour
    – If in the config file are multiple endpoints each one with its binding, it takes always the first binding no matter of the endpoint.

    Fixed it like this:

    //in CreateDescription() modify
    
    if (serviceEndpoint.Binding == null)
    
                   {
    
                       serviceEndpoint.Binding = CreateBinding(selectedEndpoint.Binding, selectedEndpoint.BindingConfiguration, serviceModeGroup);
    
                   }
    
    ...
    
      if (serviceEndpoint.Behaviors.Count == 0 && !String.IsNullOrEmpty(selectedEndpoint.BehaviorConfiguration))
    
                   {
    
                       AddBehaviors(selectedEndpoint.BehaviorConfiguration, serviceEndpoint, serviceModeGroup);
    
                   }
    
      /// <summary>
    
           /// Configures the binding for the selected endpoint
    
           /// </summary>
    
           /// <param name="bindingName"></param>
    
           /// <param name="group"></param>
    
           /// <returns></returns>
    
           private Binding CreateBinding(string bindingName, string bindingConfiguration, ServiceModelSectionGroup group)
    
           {
    
               IBindingConfigurationElement be = null;
    
               BindingCollectionElement bindingElementCollection = group.Bindings[bindingName];
    
               if (bindingElementCollection.ConfiguredBindings.Count > 0)
    
               {
    
                   foreach (IBindingConfigurationElement bindingElem in bindingElementCollection.ConfiguredBindings)
    
                   {
    
                       if (string.Compare(bindingElem.Name, bindingConfiguration) == 0)
    
                       {
    
                           be = bindingElem;
    
                           break;
    
                       }
    
                   }
    
                   Binding binding = null;
    
                   if (be != null)
    
                   {
    
                       binding = GetBinding(be);
    
                       be.ApplyConfiguration(binding);
    
                   }
    
                   return binding;
    
               }
    
               return null;
    
           }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 122k
  • Answers 122k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Try string s = dt.ToString("H:mm:ss"); Here's the reference page. May 12, 2026 at 12:49 am
  • Editorial Team
    Editorial Team added an answer Have you tried Shark? it comes with the developer tools. May 12, 2026 at 12:49 am
  • Editorial Team
    Editorial Team added an answer How about just allowing a password hint, like Windows does?… May 12, 2026 at 12:49 am

Related Questions

I have a simple WCF Service that needs to handle large datastreams, so I
I have tried several times to have my WCF service expose MetaData. Instead, I
I have a service contract that defines a method with a parameter of type
So, I have a WCF service that is listening on both net.tcp and net.pipe.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.