Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
6answers
2k views

Microsoft Exception Handling Block - Isn't it a perfect example for overengineering?

Ever since Microsoft has introduced the application blocks, I've been bumping into people who use the Exception Handling Application Block. I've recently had a closer look myself and would summarize ...
12
votes
4answers
32k views

How to resolve “Could not find schema information for the element/attribute <xxx>”?

In visual studio, I have an asp.net 3.5 project that is using MS Enterprise Library 4.0 application blocks. When I have my web config file open, my Error list fills up with 99 messages with things ...
7
votes
2answers
2k views

log4net vs MS Logging Application Block

I am trying to understand pros and cons of using log4netor enterprise library logging application block (LAB) for logging in application. I know one thing LAB is little difficult to use then log4net.
4
votes
6answers
680 views

Using Microsoft's Application Blocks

I haven't done a lot of .NET programming, but I have examined a few of the application blocks published by Microsoft's Patterns and Practices group. I was wondering how these are typically used: ...
3
votes
1answer
2k views

EntLib5: Loggin application block not logging to Event Log (exception: type LogWriter cannot be constructed)- Can anyone help?

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 ...
3
votes
1answer
1k views

Alternative to Microsoft Security application block?

We need to implement role-based security across our solution which has asp.net, winforms and web service entry points. We will also need some front end to configure it. I really don't feel like ...
3
votes
1answer
434 views

Enterprise Security Application Block in Conjunction With MembershipProvider in ASP.NET

Looking to implement authentication/authorisation for ASP.NET app Was looking into using Provider model MembershipProvider SQLServerMembershipProvider etc as makes good sense to me. However I'm ...
3
votes
2answers
360 views

Where can I get a simple explanation of policy injection?

I'd like a dead simple explanation of policy injection for less-informed co-workers. Where is a good resource for this? I learned about policy injection from the entlib help files, which I'm sure ...
2
votes
3answers
173 views

How is Composite UI Application Block better than normal Windows Forms application?

I am evaluating Composite UI Application Block. It has a huge learning curve. And I am unsure how it is better than normal Windows Forms Application?
2
votes
1answer
95 views

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. ...
2
votes
2answers
398 views

Does the Validation Application Block in Entlib 5.0 support client-side validation?

VAB used to be just server-side bur does the new version of Entlib allow client-side validation for VAB?
2
votes
2answers
1k views

Logging Application Block - Logging the caller

When logging with Log4Net it's very easy to put class that called the log into the log file. I've found in the past that this makes it very easy to trace through the code and see the flow through the ...
1
vote
1answer
98 views

catch every exception from DAL with another exception

I have an n-tier web application, and I want to catch a specific type of exception in every method coming from the DAL (Data access layer) and rethrow it as a new exception of a specific type. There ...
1
vote
0answers
34 views

Reliability of Mobile Application Blocks Community Release

This question relates to my previous one on Using only parts of Mobile Application Blocks Community Release for WM 6.x Development Most of my questions were answered there, but still have one open ...
1
vote
2answers
599 views

Setting CommandTimeout in Microsoft's Data Access Application Block (SQLHelper)

I'm using the Data Access Application Block (SQLHelper) to execute SQL against a database. I have one query which takes longer than the default command timeout of 30 seconds. I want to up the timeout, ...
1
vote
1answer
469 views

Security Application Block in ASP.NET Application

I'm considering using the Microsoft Security Application Block in my ASP.NET application but am struggling to find any real world examples. Could anyone point me towards some real life examples, ...
1
vote
1answer
1k views

Connect to MySQL from Microsoft Data Application Block

lI am using the Data Application block for a majority of my data access, specifically using the SqlHelper class to call the ExecuteReader, ExecuteNonQuery, and like methods. Passing the connection ...
0
votes
2answers
27 views

Controls inside splitter container paint issue on win7 x64 using CAB

I am using CAB and infragistics in winforms application, in a form I have some splitters and user controls with grids, buttons, labels... inside this splitters, when the form is opened in runtime, the ...
0
votes
0answers
25 views

Choosing the right trace listener in Logging Application Block

I have to use Enterprise Application blocks 4.0 from microsoft and in that logging application block to log the errors and warnings. I want to be able to read them easily. I want to create separate ...
0
votes
1answer
43 views

PropertyProxyValidator error on int property

I'm using application blocks and i have a property that use a "Not Null Validator" and a "Range Validator". Then in presentation tier I'm using this code: <tr> <td width="30%"> ...
0
votes
1answer
227 views

Could not load file or assembly error

I got an error Message like "Could not load file or >assembly 'Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces, Version=1.0.2732.30552, Culture=neutral, PublicKeyToken=null' or one ...
0
votes
2answers
81 views

.NET / ASP.NET related frameworks I should know about

Had an interview, and got a question about MEF (Managed Extensibility Framework), which I had never heard about. What are the main current such frameworks I should know about? (General .NET and ...
0
votes
2answers
199 views

Unity 1.2 Dependency injection of internal types

I have a facade in a library that exposes some complex functionality through a simple interface. My question is how do I do dependency injection for the internal types used in the facade. Let's say my ...
0
votes
1answer
83 views

(Logging ApplicationBlock) Split log into 2 files according to severity

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? Thanks
0
votes
1answer
1k views

Turn off LogEnabled Filter at run time - Logging Enterprise Application Block

so the story go like this: i'm using the Logging Enterprise Application block that provided by microsoft to log events in our application. The goal is to enabled event viewer logging at loading and ...
0
votes
2answers
722 views

Is “ SQL Helper Class ” in Microsoft Application Blocks for .NET is excellent?

Dears from years go i use "SQL Helper" class that exist in Microsoft Application Blocks for .NET and i used it for about 1 year in many projects but after that many senior recommend me not to use ...
0
votes
2answers
2k views

Data Access Application Block and Transaction Scope will separate database objects use the same connection

I'm using System.Transactions and Transaction scope for my transaction handling in conjunction with the Enterprise Library Data Access Application Block. In some cases I'm using separate instances ...
0
votes
1answer
286 views

Is there a way to supply a default MessageTemplateResourceType to a Validator?

I have a class with lots of string properties that need validated. I'm using the Validation Application Block because I'm a big fan of using attributes to solve this kind of need. Everything works ...
0
votes
1answer
298 views

Policy Injection Application Block in real world apps?

The PIAB of the Microsoft Enterprise Library looks like it could be used for some pretty cool things. Many people were questioning how it would perform in real world applications, due to its use of ...
0
votes
2answers
654 views

Microsoft.ApplicationBlocks.Data.ODBCHelper?

I've found mention of a data application block existing for ODBC, but can't seem to find it anywhere. If i didn't have a copy of the Access DB application block I wouldn't believe it ever existed ...