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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:29:35+00:00 2026-05-25T23:29:35+00:00

I have a WCF service library that reads a xml file that’s located in

  • 0

I have a WCF service library that reads a xml file that’s located in the WCF publish location. The project is not client profile.

When I debug in the WCF test client it works fine with:

XDocument xDoc = XDocument.Load(@".\PaymentAvailability.xml");

But when consuming the service from a website it says it cannot find PaymentAvailability.xml … it looks like its trying to get the location of the xml file from the consuming app.

I’ve tried the answers posted here but no luck How to get working path of a wcf application?

System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPath returns null

With AspNetCompatability HttpContext.Current.Server.MapPath("."); also doesn’t return anything

  • 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-25T23:29:36+00:00Added an answer on May 25, 2026 at 11:29 pm

    This is a really bad practice, you should place the configuration for your library in the .config file for the application that is using your library, using custom section handlers (which the Configuration Section Designer does very well for you) if you want strongly typed XML configuration.

    The reasoning being that it’s your application that you are configuring; if your library really operated so independently of your application, then you should reconsider whether or not the library should not be it’s own application.

    One option that you have to mitigate this to create a custom config section handler and then use the configSource attribute. While you won’t be able to use one single file (the attribute does not allow for absolute paths), you can copy the one file into the bin directory of each application.

    Note that you’ll have to explicitly get the config section, but you have to do that anyway now to load your file, but at least you’ll be more in line with the configuration manager.

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

Sidebar

Related Questions

I currently have a wcf service library project that includes my service contract &
I have a wcf service library that is hosted in a windows service. I
I have a Visual Studios C# Class library(A5Lib) and a WCF Service project(A5Services). the
I created a WCF service library project in my solution, and have service references
I have a .NET 3.5 WCF service hosted in IIS. The project service library
I have WCF Class library, WCF Service Client and WCF Service Server in one
I have a solution in VS 2010: a WCF Service Library project (NotifyService) and
I have an ASP.Net MVC3 project that calls a WCF service to get data.
I have a WCF Service Library (implemented using NH) with one of the class
I currently have a WCF Service Library which will be started through a Console

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.