1-10 of 1618 < Previous ... Next >
Discussions for patterns & practices – Enterprise Library
Latest post:
Wed
12:13 AM
5 Posts
First post: SlackJaw wrote: Is there a way to the validate the number of items in an array? I've tried the RangeValidator but it fails with the message: "System.NotSupportedException: ArrayConve...
Latest post: SlackJaw wrote: I ended up creating my own custom validator "ArraySizeValidator" that is based largely on the existing RangeValidator.  I would suggest that anyone wanting to do the same sho...
Jump to: First Post    |Latest Post Tags: Validation Application Block
Latest post:
Today
11:28 PM
1 Post
First post: luthermiller wrote: Is this a good place to present feature requests? I am very pleased to see the the rolling flat file trace listener, but the thought of installing an applicati...
Jump to: First Post Tags: Logging Application Block
Latest post:
Today
11:22 PM
2 Posts
First post: bennedik wrote: Is there any guidance on how to use the VAB with business objects generated via the Linq to Sql or Entity designers? Or will the VAB be replaced by the attributes from System.Componen...
Latest post: karlz wrote: I have a similar question. It seems the direction LINQ to SQL is going is to perform the validations in partial classes in the "On[COLUMNNAME]Changing" (example: O...
Jump to: First Post    |Latest Post Tags: Validation Application Block
Latest post:
Today
11:20 PM
3 Posts
First post: KidSteele wrote: Hello, it is possible to validate a checkbox for checking using the proxyvalidator and the microsoft enterprise application validation block? Because on the one ha...
Latest post: fsimonazzi wrote: Hi, Checkboxes cannot be validated with ASP.NET's control validators, including EntLib's PropertyProxyValidator; the CheckBox class lacks the Validatio...
Jump to: First Post    |Latest Post Tags: Validation Application Block
Latest post:
Today
10:17 PM
2 Posts
First post: BryanBurgess wrote: We are building a desktop application in .Net 3.5 and wanted to use EntLib for managing the configuration information.  We will have two configurations - one that will sit on the app...
Latest post: fsimonazzi wrote: Hi, What do you mean by "communicating between two config files"? Unless you need to target different sources of configuration, you may want to consider the...
Jump to: First Post    |Latest Post Tags: Enterprise Library Core, General discussion
Latest post:
Today
10:11 PM
3 Posts
First post: xiaofeng wrote: Seems not able to bind to a set the property for DataGrid column. Is there any samples?
Latest post: fsimonazzi wrote: Hi, The supplied ValidationProvider does not support validating DataGridView cells. There are several reasons for this: Validating standalone controls and valid...
Jump to: First Post    |Latest Post Tags: Validation Application Block
Latest post:
Today
8:38 PM
2 Posts
First post: harivignesh wrote: Hi all, We have enterprise logging setup to log data to a File (Rolling Flat File Trace Listener). Everything seems to work fine in Dev. W...
Latest post: spinodal wrote: I think we have same problem. We found out that if impersonate is true for asp.net the first user calling any of the methods (having log statements) of the asp.net service becomes...
Jump to: First Post    |Latest Post Tags: Building and extending application blocks, General discussion, Logging Application Block
Latest post:
Today
6:07 PM
6 Posts
First post: vansree wrote: Hi, I am trying to use Ent lin 3.1 in Vs.net 2008; When I switch to design view "An unhandled exception has occured. The configuration section for logging canno...
Latest post: fsimonazzi wrote: Hi, That code cannot be isolated; it must be contained in a method that is being called for some reason. Try to track down why it could be called, or attach a ...
Jump to: First Post    |Latest Post Tags: Logging Application Block
Latest post:
Today
5:46 PM
1 Post
First post: itakkeda wrote: In a enterprise  application that uses smart client factory contains several modules, for each module it contains an app.config file. How do we combine all those app.c...
Jump to: First Post Tags: Enterprise Library Core, General discussion
Latest post:
Today
4:11 PM
3 Posts
First post: jmacary wrote: I have just adding the Logging Block to an application replacing a home grown logging. I have one problem. The time is off by 4 hours I am assuming what is being represented id G...
Latest post: fsimonazzi wrote: You need to define a TextFormatter and use the {timestamp(local)} token where you want the timestamp in your entry template. I couldn't find an en...
Jump to: First Post    |Latest Post Tags: Logging Application Block
1-10 of 1618 < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...