I\'m using application blocks and i have a property that use a \"Not Null Validator\" and a \"Range Validator\".
I got an error Message like \"Could not load file or >assembly \'Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces,
HI there, I just setup the logging application block part of Enterprise Library 5. I think i have done it correct but its not logging to the event log it errors on the write method and gives me the f
I have an n-tier web application, and I want to catch a specific type of exception in everymethod coming from the DAL (Data access layer) and rethrow it as a new exception of a specific type.
This question relates to my previous one on Using only parts of Mobile Application Blocks Community Release for WM 6.x Development
I am in a process of planning an architecture for a line of business distributed system, where many different devices of different types must be supported in a very similar use cases scenarios.
I\'ve seen it written elsewhere on SO that while the Enterprise Library Validation Applicati开发者_开发问答on Block is geared towards validating user inputs, Code Contracts are meant to prevent progra
I want to use Microsoft Enterprise library Data Application Block for MS Access database (OLEDB provider)
I want to be able to route all error messages to error.log.txt and all information messages to info.log.txt (regardless of categories). Is it possible?
so the story go like this: i\'m using the Logging Enterprise Application block that provided by microsoft to log events in our application.