0
votes
0answers
80 views

Adding a Category filter to an existing log category filter in EntLib at runtime

I currently have the following setup in my web.config, under my logging application block: <logFilters> <add categoryFilterMode="DenyAllExceptAllowed" ...
1
vote
0answers
499 views

Activation error occured while trying to get instance of type Database, key “DatabaseConnection”?

I am using a class library with an app.config and using the dll reference of this library in my web project and I am getting the error shown in the title. Here is the code in my class library and ...
0
votes
1answer
89 views

How Can I Stop the Enterprise Library Configuration Tool from Inserting an Absolute Path in the Environment Configuration File field?

I'm trying to learn/use the Enterprise Library 5.0 Configuration tool and it seems like it would work perfectly with a few minor exceptions. The problem I am currently having is when it comes to ...
10
votes
6answers
25k views

Problem when trying to configure enterprise library 5.0 (Data Access Application Block)

Hi There Stackoverflow, I am running into some problems while trying to get DAAB from Enterprise library 5.0 running. I have followed the steps as per the tutorial, but am getting errors... 1) ...