Any help with this one greatly appreciated... I have a WPF application, and I am trying to leverage the Enterprise Library (v5) logging capability to capture certain events. The application is all .N
I\'m programming a DataAccess code using Microsoft Enterprise Library, and I\'m connecting to Oracle Database. When I try to call a Stored Procedure which expecting an out parameter of type RefCursor
Yes, I know. Looks like my new company is still using EntLib 1.1!!!!! I am trying to upgrade the both client and server side apps to use new EntLib 5 libraries.
I want to set the enterprise library(3.1) path to use Environment variables something like <add name=\"ExternalEntLibConfig\" type=\"Microsoft.Practices.EnterpriseLibrary.Common.Configuration.File
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 configur
We have a requirement to have a In Memory copy of data from our different Relational DB servers. Also keep the memory image updated if data in Relatio开发者_开发百科nal DB servers is changing.
Friends 开发者_Go百科I want to do some Hands on Enterprise Library 5.0 Exception Handling and Logging Blocks.I am new to it. I would appreciate if you guys could provide me some links to Configuratio
Thank you in advance for your assistance. Our team has been spoiled by MS P&P Enterprise Library/Unity as we have made great use of the DI, Exceptions Management, Validation and Logging Capabili
In my project I am using Enterprise Library to connect to database. It is working fine when I run the application from Visual Studio directly.
im new to Enterprise Library (5, with the optional update), and am trying to use my own CustomTraceListener with the Logging Block.