Tagged Questions

1
vote
2answers
244 views

Can I change the configuration of the Enterprise Library Logging block at runtime?

Without getting into the discussion of the merits or otherwise of the EntLib logging block, is there any way that I can change it's configuration at runtime? For example, I have t …
1
vote
1answer
12 views

EntLib logging - add/edit TraceListeners at runtime

I have a web application where I would like to add or edit Enterprise Library logging at runtime. I'm familiar with how to configure EntLib Logging completely programmatically and …
0
votes
1answer
17 views

Adding a ‘User’ to the eventlog using Enterprise Library Logging Block

I'm using the Enterprise Library Logging application block to allow my application to log various events. This is working fine and the logs can be seen by Event Viewer (eventvwr.e …
0
votes
1answer
80 views

Problem in reading connection string from App.Config when using NUnit 2.5.2

I'm using Microsoft Visual Studio 2005 with Enterprise Library 3.1. I have a data access layer which is a separate visual studio class library project. I wrote unit tests in a ano …
1
vote
1answer
53 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?
0
votes
0answers
7 views

Where to find Entlib xsd file?

Hi! Does this file exists? I'm tired of the 'Could not find schema information for attribute' messages. Thanks
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 …
0
votes
0answers
44 views

How to log WCF exception shielding’s {Guid} in client

I'm using WCF Exception Shielding to map various exceptions to FaultContracts so I can limit what information I expose to the client. I had hoped to leverage the {Guid} mapping pr …
0
votes
1answer
49 views

Event Log written as Warning instead of Error

I'm using EntLib 4.1 for logging. When I have an exception handled in the Application_Error of Global.asax.cs, I log the error with a category of 'Error'. I assumed that the event …
1
vote
2answers
59 views

How to identify in which record the validation failed using WCF and EntLib Validation Block?

Problem: I have a WCF Webservice which can be used by customers to upload multiple datarecords. To validate the data I use Enterprise Library Validation Block. The records can be …
5
votes
6answers
2k views

Pitfalls for converting a .net 2.0 solution to .net 3.5

We're moving a solution with 20+ projects from .net 2.0 to 3.5 and at the same time moving from Visual Studio 2005 to 2008. We're also at the same time switching from MS Entlib 2.0 …
0
votes
0answers
20 views

Programmatically configure an EntLib CAB CacheManager

Currently I'm having to include a significant chunk of XML in the app.config to get the CAB CacheManager going and I'd rather hide the configuration away in my code. Is there any …
0
votes
2answers
279 views

Enterprise library caching parameters on stored procs?

I'm trying to standardise some data access code with my colleagues. One of the aforementioned colleagues asserts that the EntLib Data Access Block trys to cache parameters on store …
1
vote
6answers
871 views

Exception Handling Application Block Exception Handler running in ASP.NET cannot call Response.End()

Using .NET 3.5, ASP.NET, Enterprise Library 4.1 Exception Handling and Logging blocks, I wrote a custom exception handler to display a standard error page, as follows: [Configurat …
2
votes
3answers
226 views

WCF using Enterprise Library Validation Application Block - how to get hold of invalid messages?

I've got some WCF services (hosted in IIS 6) which use the Enterprise Library (4.0) Validation Application Block. If a client submits a message which fails validation (i.e. gets th …

1 2 next
15 30 50 per page