Top "Validation-application-bl" questions

The Enterprise Library Validation Application Block provides a library of classes, called validators, that supplies the code for validating .NET Framework data types.

"Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Validation" exception

I am currently getting the following exception while trying to use the Enterprise Library Validation Application Block: An error occurred …

c# asp.net-mvc enterprise-library validation-application-bl
The creator of this fault did not specify a Reason

I have set validation attributes in the model of my WCF service [MinLength(6, ErrorMessage = "Password should be at least 6 characters …

wcf validation-application-bl