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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T17:34:46+00:00 2026-06-07T17:34:46+00:00

I use NServiceBus 2.6. I use a log4net.config file & initialize logging facilities by

  • 0

I use NServiceBus 2.6.

I use a log4net.config file & initialize logging facilities by code in my endpoint:

SetLoggingLibrary.Log4Net(() => 
       XmlConfigurator.ConfigureAndWatch(new FileInfo("log4net.config")));

When I run NServiceBus.Host.exe normally it logs well, but when I deploy it as a windows service using /install, nothing is logged anymore.

It works if I use the code based way:

SetLoggingLibrary.Log4Net<RollingFileAppender>(...)

Any ideas why…?

  • 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-06-07T17:34:48+00:00Added an answer on June 7, 2026 at 5:34 pm

    When running a process as a windows service, it will not by default set the current directory to the place where your binaries are located. This means that when you look for “log4net.config” it will actually search in c:\windows\system32.

    Try this (before SetLoggingLibrary is called):

    System.IO.Directory.SetCurrentDirectory(AppDomain.CurrentDomain.BaseDirectory);
    

    or, modify your code to something like this:

    SetLoggingLibrary.Log4Net(() => 
       XmlConfigurator.ConfigureAndWatch(new FileInfo(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "log4net.config"))));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to figure out how to use NServiceBus in combination withCommon.Logging. I just
I have an NServiceBus 3.0 endpoint set up to use FluentNHibernate as my ORM
I am investigating whether to use nServicebus or a custom solution for a new
I am trying to use a DNS entry for my NServicebus queue endpoint but
I start the NServisBus.host.exe file from my wpf application using the following code: System.Diagnostics.Process.Start(NServiceBus.Host.exe);
In my self host server, I config NServiceBus in this way: NServiceBus.Configure.With() .Log4Net() .CastleWindsorBuilder(_container)
Inspired by: NServiceBus.Configure.With().Log4Net(a => a.YourProperty = value); I want to use something similar as
Is it possible to use NServiceBus to publish and consume messages in the same
I am trying to use NServiceBus with an ASP.NET MVC 2 website (using VS
I have a use case with NServiceBus explained in this question. Essentially there is

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.