Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm changing the file name of my log file by using the fileAppender.ActivateOptions() method. This mostly works but sometimes generates a NullReferenceException. The catch is that all the posts I read about how to fix this error lead me to believe that it should be happening all the time, not at random times.

I posted to the log4net forum & they asked me to post a stack trace, but my stack trace ends at fileAppender.ActivateOptions(). How do I generate a stack trace that includes the log4net classes? Also, this mostly happens on our prod server & not that often when running in visual studio. I could go another month before I see it happen in the IDE, but it happens enough in prod to be annoying.

My task is to clean up our error logs, but this error is hard to fix since I can't easily reproduce it even though it happens multiple times per day in prod.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.