Top "Enterprise-library-6" questions

Microsoft Enterprise Library is a collection of application blocks designed to assist developers with common enterprise development challenges.

Enterprise Library 6 LogCallHandler throwing exception "The LogWriter has not been set for the Logger static class"

Guys I'm trying using LogCallHandler into Interception like this: <interception> <policy name="policyLogCallHandler"> <matchingRule name="…

logging interception enterprise-library-6
The configuration section for Logging cannot be found in the configuration source

I get the following exception. I am using Enterprise Library 6.0 Application Logging Block. System.InvalidOperationException was unhandled by user code …

c# enterprise-library-6
How to check if LogWriter has been set?

I am trying to handle an Enterprise Library 6 LogWriter Exception that has recently popped up after upgrading from Enterprise Library 4 …

c# logging exception-handling enterprise-library-6
error in entlib 6 logger instantiation

I am getting an exception while setting the logwriter for Enterprise Library 6.0 logging component. On the first occurrence of logging, …

c# exception logging enterprise-library-6