Tagged Questions

0
votes
1answer
8 views

Can the MS Enterprise Library build object model and code from a database?

I have just encountered the MS Enterprise Application Library 3.1 in an application I need to support/enhance. I am trying to get up to speed quickly on Microsoft.Practices.EnterpriseLibrary.Data in …
0
votes
1answer
20 views

.net c sharp Console Application : timeout

I am creating a console application using Enterprise Library my code is something like this DataSet ds = db.ExecuteDataSet(command); this actually calling a SP which take 10-15 minutes to …
0
votes
0answers
23 views

Lightweight use of Enterprise Library TraceListeners

Is it possible to use the Enterprise Library 4.1 TraceListeners without using the entire Enterprise Library Logging AB? I'd prefer to simply use .NET Diagnostics Tracing, but would like to setup a …
0
votes
1answer
24 views

Reading EntLib 4.1 configuration from an in-memory XML string

Hi all again, I'd like to use the EntLib 4.1 in my current project, specifically Unity 1.2 and the VAB. My application is an SaaS application, so as a result, I've made a decision to store …
0
votes
1answer
22 views

Regarding Catching FaultException<T> ex

Hi I am using Enterprise application block on my application' server side to handle exceptions. I am able to successfully handle exception. I have created a custom service fault class to handle …
0
votes
2answers
30 views

Validation Application Block Questions

Hi, Has anyone used the validation application block from enterprise library? Any success? Anyways, my question is with regards to validating a numeric unique identifier. Lets say I have a Product …
0
votes
0answers
15 views

PostSharp4EntLib with EntLibv4.1??

I have a project which uses Enterprise Library v4.1, can i use PostSharp4EntLib with Enterprise Library 4.1? The current release of PostSharp4EntLib is supposed to work with EntLib v3.1?
3
votes
5answers
170 views

New .NET 3.5 Project: Which DAL technology to use?

Hello, I am preparing a new Windows project and wonder what kind of DAL technology to use. Originally I was looking for something simpler to not spending too much time on building it. But I …
0
votes
1answer
28 views

Enterprise Library Policy Injection Logging Managed Security Context Information in ASP.NET

I am using The Policy Injection Application Block to log methods that are called in my ASP.NET application. I would like these log entries to include information like the current user identity, …
1
vote
1answer
22 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 through the config …
1
vote
1answer
58 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 was wondering is …
1
vote
2answers
157 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 placing the …
0
votes
1answer
119 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 appears okay in the …
2
votes
2answers
108 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 RollingFlatFileTraceListener), and it …
0
votes
2answers
15 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 like to force to …

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