The enterprise-library-5 tag has no wiki summary.
9
votes
6answers
14k 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) ...
3
votes
2answers
830 views
Is Enterprise Library 5.0 backwards compatible with Enterprise Library 4.1?
Is Enterprise Library 5.0 backwards compatible with Enterprise Library 4.1?
Can I just change the reference and have it work?
2
votes
2answers
162 views
does enterprise library 5.0 cache mappings between datareader and custom classes for accessor methods
Wanted to know if the Accessor methods of Enterprise Library 5.0 cache the fields of datareader as well as custom classes for performance such that it does not look up field names on custom classes ...
2
votes
2answers
200 views
WCF & Enterprise Library - Exception Shielding and Validation Application Block
I've got a WCF service that's using Enterprise Library for its Exception Handling and WCF Validation Integration. They don't seem to work together.
What I want is:
If my service throws any kind of ...
2
votes
2answers
567 views
Error in “loggingConfiguration” by EnterpriseLibrary.Logging
I have a WPF app using Enterprise Library.Logging 5, .NET Framework 4.0 Client Profile
I used of logging by Database logic. Also add reference to 3 dlls to project.
...
2
votes
2answers
426 views
Microsoft Enterprise Library 5.0 Logging only occurs on first few WCF method call
I am experiencing erratic logging when using Enterprise Library 5.0 Logging.
The issue is with a WCF 4.0 application hosted in IIS (7.5) running on Windows 2008 R2 Servers in a load balanced ...
2
votes
1answer
385 views
MySQL 6 connection with Enterprise Library Data 5
Building a simple asp.net web app just to test things out (will obviously refactor before anything gets built for a production site), and I'm trying to connect to a mysql database using the latest ...
2
votes
1answer
394 views
When to use ExternallyControlledLifetimeManager?
I was going through different LifetimeManagers available in Unity and was wondering when will we use ExternallyControlledLifetimeManager? Can somebody give me an real life example? The MSDN doc says ...
2
votes
2answers
2k views
SynchronizationLockException + Logging
I just started with v5 of the enterprise lib and seem to encounter some strange issues.
As usually I started with logging. I just added the required references and execute the following code:
...
2
votes
2answers
808 views
Change Timestamp value in enterprise library exception handling formatter
I am using enterprize library 5.0 with c# for exception handling and for that I am using formatter.Now In my log file Timestamp is not giving the right time.
Can I change the value of timestamp in ...
1
vote
1answer
49 views
Enterprise Logging not translating environment variables in XML Trace Listener fileName specification
I am using Microsoft Enterprise Library 5.0 Optional Update 1 for logging. I've got a declared section in my app.config file as follows:
<loggingConfiguration ...
1
vote
1answer
61 views
Why Enterprise Library does not throw FaultException in WCF
I use WCF service hosted on IIS.
Also, I use fault contracts to send errors to the client (FaultException<'T>)
On the client side I catch FaultException<'T> to show some error to user.
If some ...
1
vote
0answers
212 views
The type Database cannot be constructed. You must configure the container to supply this value (EntLib 5 + ODP.NET)
I use ODP.NET and version 4.1 of the Enterprise Library, vs 2008. And all is OK.
Now, migrate using ODP.NET Oracle.DataAccess 4.112.2.0 and version 5.0.414.0 of the Enterprise Library, vs 2010, .net ...
1
vote
0answers
165 views
Enterprise Library Logging 5 - Rolling Flat Files
Is there a way to always have the timestamppattern applied to my current log files?
Here is an example of my log file listener from app.config
<add name="Exception" ...
1
vote
1answer
357 views
Enterprise Library 5 Logging Block: How to write to event viewer?
I'm using Logging Application Block from Enterprise Library 5 trying to log into flat file and event log. My configuration looks like this:
I'm using this code to write to logs:
...
1
vote
2answers
99 views
Programatically update a configuration within a container
In my app I ask the user which database they want to connect to and I was writing it back into EL5.0 like this:
var builder = new ConfigurationSourceBuilder();
builder.ConfigureData()
...
1
vote
1answer
103 views
DAAB and ref cursors, Why no up to date tutorials?
Why are there no up to date tutorials books, or anything like that online for working with enterprise library 5.0 and Oracle ref cursors? Is there no one on Earth who needs help with that? I am ...
1
vote
0answers
323 views
Custom tokens in Enterprise library logging using flat file listener and text formatter
I am new to enterprise library.We are trying to log our application using enterprise library 5.0. We are using flat file listener method of logging and text formatter as log message formatter.
We ...
1
vote
1answer
565 views
Enterprise Library 5 - execute non query negative result
I have the following code using microsoft enterprise library 5:
Database database = DatabaseFactory.CreateDatabase("myConStr");
int rowsAffected = database.ExecuteNonQuery("[DeleteCustomer]", ...
1
vote
1answer
369 views
Having trouble with Logging Application Block (EntLib 5) on Windows Server 2003R2
Typical scenario, I am using EntLib 5.0-April 2010 Logging on my development machine and everything works like a charm, when I try to put in production on our web server, it does not work.
...
1
vote
1answer
138 views
[EntLib 5]: Logging between assemblies
I've got a project that I'm working Enterprise Library logging into, and that application is made up of multiple assemblies. The UI assembly, the domain assembly and some others. Is there a way to ...
1
vote
1answer
537 views
Can you have a log file per user with Enterprise Library 5 in Asp.net Mvc 2?
There were 2 solutions suggested so far Environment variables using %username% in the filename section, and low level unmanaged code to accomplish it. Environment variables would be susceptible to ...
1
vote
1answer
1k views
Simple Enterprise Library console application refuses to compile
I just downloaded and installed Microsoft Enterprise Library 5.0. I fired up VS 2010 to play with EL 5 and created a very simple console application. However, it would not compile. I got the ...
0
votes
0answers
9 views
MS Entlib 5: How to solve error message “Processing of the message failed”
I'm using Microsoft enterprise library 5.0 to save logs.
I saved Trace Event Type(Warning and Error) to file using RollingFlatFile ErrorTraceListener, found error message like
"Message: Processing ...
0
votes
1answer
20 views
Listener Output according to Priority
I am currently using the Logging framework in Enterprise Library. Does anyone know how to use Priority to control the output for each Listener? For example, this listener only output the information ...
0
votes
0answers
24 views
Caching Application Blocks (5.0) in a Class Library?
Is it possible to use Caching Application Blocks in a Class Library in VS2010, .NET 3.5 SP1, Enterprise Library 5.0 ?
My project is an asp.net one, and the cache i'm making isn't supposed to be in ...
0
votes
1answer
68 views
Comma Separated String from a DataReader Column
What is a good way to save a particular column of a DataReader into a comma separated string?
For instance here is what I have now:
StringBuilder sb = new StringBuilder();
Database db = ...
0
votes
1answer
53 views
Enterprise Library cast exception in web application
I have a web application that uses Enterprise Library 4.1. A colleague upgraded an authentication module used by the web app to Enterprise Library 5.0. And unfortunately the upgraded version of the ...
0
votes
0answers
33 views
Enterprise Lib 5.0 not working on Production (Windows Server 2008R2)
I am using EntLib 5.0-April 2010 Logging on my local machine (for rolling flat file, event log) and everything works fine, when I try to put in production on our web server, it does not work.
...
0
votes
0answers
32 views
Bulk insert using Enterprise Library 5
How do I perform a bulk insert of records with just one call/trip, using Microsoft Enterprise Library 5?
0
votes
1answer
190 views
Enterprise Library 5.0 Logging Block customization
Using Enterprise Library 5.0 Logging Block in .NET 4.0 which is the only Block I am using I was trying to customize information being logged to include Call Stack, calling Assembly name and perhaps ...
0
votes
1answer
49 views
Project can't find Enterprise Library Dll's
My project can't seem to find my enterprise library dll's even though they are in the correct folder? Why on earth would that occur? This is the latest enterprise library 5.0.505.0...
Looking at ...
0
votes
2answers
154 views
Exception Handling Logging in a flat file
I'm using Microsoft Enterprise Library 5.0 for Exception Handling in asp.net. The errors are stored in the Event Viewer of the system. Instead of Event Viewer I need to store these errors in a log ...
0
votes
1answer
90 views
Enterprise library not logging severity correctly
I have a problem with enterprise library 5. It's writing to the event log all the information I want it to write, however, it is not respecting the severity settings I configure.
My exception ...
0
votes
1answer
75 views
DB logging using Fluent Interface
I'm using Enterprise library 5.0. Using fluent interface I was able to configure Trace Listners for File based and Event based logging. Is there any way I can configure it for Database listner. My ...
0
votes
0answers
46 views
Function evaluation timed out while handling WCF fault
Here's one for you WCF / Enterprise Library experts.
I have a WCF service which has an error handling behaviour associated with it. If an unhandled exception occurs during a service operation then ...
0
votes
0answers
83 views
How to Get Azure Application to Read the Enterprise Library Logging Block
I have been beating my head against the wall for days on this issue, and yet I cannot get my Azure app to use the logging block. Every time I call Logger.Write() I get the following dreaded exception:
...
0
votes
0answers
373 views
Activation error occured while trying to get instance of type Database, key
I have a data access layer called 'LDA' which contains the following code:
db = DatabaseFactory.CreateDatabase("myConn");
And an app.config with the following:
<?xml version="1.0" ...
0
votes
1answer
104 views
delegates to “anonymous” interface proxy
All.
May be you know if the standard .net framework library / ms enterprise library contains something like this functionality:
IConvertible proxy = ...
0
votes
0answers
89 views
Enterprise Library 5.0 Logging Application Block - Internal logging error
I am using Enterprise Library 5.0 Logging Application Block and I would like to capture the internal logging error when the logwriter tries to write the messages. It seems all the internal errors are ...
0
votes
1answer
142 views
ExceptionHandling with Unity and VirtualMethodInterceptor
I've configurated exception handling in app using Enterprise Library Configurator (Simple: Added new policy for all exception, added handler which passes to Logging Block. Than it is written to ...
0
votes
0answers
152 views
Validating subclass using Enterprise Library 5.0
Background:
I have a simple 2-level hierarchy for a data contract that I am validating using the Validation Application block that comes with Enterprise Library 5. I use HasSelfValidation to ensure ...
0
votes
2answers
139 views
How should I log the extra details in webexception, soap exception etc?
In enterprise library I wasn't getting enough detail put into my logs, so I started writing this handler to pull out of the exception specific properties and add them to the message string:
...
0
votes
1answer
412 views
Enterprise Library Fluent API and Rolling Log Files Not Rolling
I am using the Fluent API to handle various configuration options for Logging using EntLib.
I am building up the loggingConfiguration section manually in code. It seems to work great except that the ...
0
votes
0answers
282 views
Microsoft Enterprise Library caching application block: the ICacheItemRefreshAction dosen't fire
I am using Microsoft Enterprise Library for the caching application block, I have an application that is suppose to load clients into the cache with an absolute expiration time defined in minutes.
...
0
votes
1answer
140 views
Shared Application Configuration using Project Settings Configuration with Enterprise Library
I'm trying to use Enterprise Library Configuration Merge feature, but it doesn't seem to work.
I Have 3 projects: DLL1, EXE1 and EXE2.
The DLL project is using the Settings configuration style (ie. ...
0
votes
0answers
104 views
How can we set the timeout values in Enterprise Library 5.0?
How can we set the timeout value in enterprise library while we are using below code to bind result set with typed class, and used the CreateSprocAccessor method with database object?
Here is the ...
0
votes
1answer
2k views
Enterprise Library 5: Exceptions not being logged to Event log on Windows Azure
I have a WCF service that's deployed as a Windows Azure Web Role.
I'm using Enterprise Library for exception handling and in my local Development Fabric, exceptions seem to be handled and logged ...
0
votes
2answers
454 views
EntLib5: Logging application block , configuring via code instead of a config file?
I can't seem to find any examples for configuring EntLib5 logging application block via code.
I have it configured via a config file and its working great but i would love to create another listener ...
0
votes
2answers
295 views
What is difference between Oracle session and Oracle Connection Or Both are the same..?
I m using the Enterprise lib to connect Oracle Database
class Customer{
private readonly Database _db;
public Customer(){
_db = = ...