Tagged Questions

1
vote
1answer
40 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.g. an ASP.NET web …
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?
0
votes
2answers
145 views

Policy Injection with ASP.NET MVC Controllers

I'm running into an issue with the Policy Injection Application Block from Enterprise Library in conjunction with ASP.NET MVC. In my ControllerFactory, I'm creating the controller and then calling …
3
votes
5answers
135 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
17 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, …
2
votes
3answers
197 views

Installing Microsoft Enterprise Libraries and DatabaseFactory

I'm attempting to use the DatabaseFactory method from the Microsoft Enterprise Library. using Microsoft.Practices.EnterpriseLibrary.Data; The error I get is: The type or namespace 'Practices' does …
1
vote
3answers
444 views

Logging using policy injection application block

Hi All I want to ask, how to use policy injection application block to log methods entry and exit in these cases : Case1 : in case of logging events handlers of a web form controls, you know the …
1
vote
0answers
326 views

WCF logging using Logging Application Block

I have a WCF service which is secured with username and password (using SqlMembershipProvider). I'd like to log EVERY (succeeded and failed) login attempt to this service and save user credentials to …
1
vote
1answer
16 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
29 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
118 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
3answers
317 views

What’s the essential difference between the two HandleException() methods of Exception Handling Application Block (Ent Lib 4.1)

In the most recent version (4.1, released October 2008) of The Microsoft Enterprise Library's Exception Handling Application Block, there are two HandleException() method signatures, and I am a bit …
2
votes
4answers
246 views

Mono Compatibility with Enterprise Library 4.1

Does anybody using latest enterprise library 4.1 in mono? I used mono migration analyzer to analyze my web application and realized all enterprise library dll is failed in mono. I need to know is …
1
vote
4answers
1k views

Enterprise Library Exception Handling Application Block and Logging Application Block proper use in ASP.NET

I have a grasp on this application block with ASP.NET, but I feel unsure if I am coding with it properly in ASP.NET. I've looked all over for proper examples of how to use the Enterprise Library …
0
votes
1answer
74 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 …

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