Tagged Questions

1
vote
1answer
22 views

Programmatic configuration of Enterprise Library logging block

I've previously used log4net, but my current employer uses Enterprise Library application blocks. I had previously developed unit tests for my core logging classes as follows and …
0
votes
2answers
33 views

Using Enterprise Library Exception Handling Application Block in ASP.NET - Code Review

I'm implementing the Enterprise Library Exception Handling Application Block in an ASP.NET application that I am building. I'm planning to handle uncaught application exceptions by …
0
votes
1answer
28 views

Setting a ‘category’ in the .net enterprise library logging (to event log)

I am writing some logs to the event log using the Microsoft enterprise library Its writes logs away fine but doesnt seem to set the category in the event log. The category appear …
2
votes
2answers
37 views

Logging from multiple processes to same file using Enterprise Library 4.1

I have several processes running concurrently that I want to log to the same file. We have been using Enterprise Library 4.1 Logging Application Block (with a RollingFlatFileTrace …
3
votes
8answers
132 views

Is it a good practice to create wrapper over 3rd party components like MS enterprise Library or Log4net?

Hi All, This is more like a good practise question. I want to offer different generic libraries like Logging, caching etc. There are lots of third party libraries like MS enterpri …
1
vote
2answers
47 views

Purpose of Unity Application Block in Microsoft Enterprise Library?

Can someone explain to me what is the purpose of the Unity Application Block? I tried looking through the documentation but its all very abstract. What are some practical uses …
0
votes
1answer
36 views

Best way to take advantage of .NET 3.5

I currently have an asp.net web application which is using seperate assemblies for the data access, the business logic, entity objects, and the web user interface. The data access …
1
vote
1answer
50 views

Validate a Collection Has at Least One Item using Validation Application Block.

Using the Enterprise Library 4.1 Validation Application Block, how can I validate that a collection property contains at least one item?
1
vote
0answers
20 views

How to Integrate Enterprise Library Validation Application Block ValidationResults between WCF and ASP.NET?

Enterprise Library Validation Application Block (VAB) integrates with ASP.NET and also with WCF. Is there a way to integrate ValidationResults created in WCF with ASP.NET? e. …
0
votes
2answers
11 views

Have log entries forced to a single line when using p&p EntLib logging block

I am using the patterns & practices enterprise library (p&p EntLib) logging block to write to a text file. Some of the log message contain multiple lines which I would li …
0
votes
1answer
17 views

EntLibConfig.exe - change indentation on XML

The "EntLibConfig.exe" tool that comes with Microsoft Enterprise Library tends to reformat entire .config XML files after you change some of your settings in the GUI. With XML fil …
1
vote
2answers
129 views

Database Trace Listener with Enterprise library 2.0 not logging in database

I am using Database TraceListener for logging. I've executed the CreateLoggingDb.cmd and the Logging Database is in place. My web.config looks like the below. When an excpetion o …
1
vote
1answer
68 views

Sending email with the MS Enterprise Library Logging Application Block via smtppickupfolder?

I like the MS Enterprise Library Logging Application Block because it lets me easily define a few logging settings and then log an error in a line or so of code from my application …
1
vote
2answers
47 views

Deploy Microsoft Application Block in Shared Folder

Hi All, We are creating a shared libraries which is basically wrapper over the Microsoft Application Blocks (Caching, Logging etc). I am trying to make this library available to …
0
votes
0answers
28 views

Enterprise Library editor overwrites settings in external files

I’ve come across a rather strange bug (I assume it’s a bug) in the Enterprise Library 4.1 configuration editor. I decided to put the EntLib configuration in external files as we ha …

1 2 3 4 5 11 next
15 30 50 per page