I have a project that was previously in Visual Studio 2005. I had to migrate to 2010 and did a conversion, as well as manually recreating all the projects.
In both instances cl.exe crashes upon ...
Id #27347 | Release:
None
| Updated: Feb 13 at 11:33 PM by anjogasa | Created: Jun 3, 2010 at 8:39 PM by anjogasa
Hi
This is Prem Boyapati.
I am using validation framework in part of my development.
<font size="2">
[
</font>
RegexRule(@"[^a-zA-Z]", ErrorMessage = "Password will support alphabets only...
Id #25407 | Release:
None
| Updated: Feb 13 at 11:33 PM by premboyapati | Created: Nov 20, 2009 at 4:53 AM by premboyapati
I downloaded a copy of the application, the checkboxlist validation for a ASP.NET webform application does not seem to work.
Id #23550 | Release:
None
| Updated: Feb 13 at 11:33 PM by girish66 | Created: Jul 19, 2009 at 12:25 PM by girish66
I've downloaded the ValidationQuickStarts and checked some examples there and it seems that Rule Set validation example does not work...
After some code review I think that there is a bug related...
Id #23000 | Release:
None
| Updated: Feb 13 at 11:33 PM by cov | Created: Jun 9, 2009 at 11:16 AM by cov
Here is an example of my property:
[RequiredStringRule(RuleSet = "ReportFI",
ErrorMessage = "Interview Location Address is a required field.")]
[RequiredStringRule(RuleSet = "Susp...
Id #20658 | Release:
None
| Updated: Feb 13 at 11:33 PM by tugando | Created: Jan 18, 2009 at 9:16 PM by tugando
See title
Id #20330 | Release:
None
| Updated: Feb 13 at 11:33 PM by SimonCropp | Created: Dec 22, 2008 at 5:57 PM by DaneOConnor
Create Initialization/configuration expressions so setup tasks, like registering script providers, can be configured fluently.
Example:
ClientValidation.Initialize(x => x.RegisterScriptProvider...
Id #20329 | Release:
None
| Updated: Feb 13 at 11:33 PM by SimonCropp | Created: Dec 22, 2008 at 5:55 PM by DaneOConnor
To make mvc validation features more discoverable create a facade for initialization, configuration, and utilization of client side script generation
Id #20328 | Release:
None
| Updated: Feb 13 at 11:33 PM by SimonCropp | Created: Dec 22, 2008 at 5:53 PM by DaneOConnor
I have a domain model class which is set as [Serializable], and which extends NotifyValidatableBase. When I try to serialize my domain model class, I get the following error.
"ValidationFramewor...
Id #19812 | Release:
None
| Updated: Feb 13 at 11:33 PM by tugando | Created: Nov 25, 2008 at 4:49 PM by tugando
Deserialization fails for ValidatableBase constructors are not called. This cause propertyValidationManager to be null and a NullReferenceException to be thrown when calling IsValid.
I will be p...
Id #19506 | Release:
None
| Updated: Feb 13 at 11:33 PM by tugando | Created: Nov 12, 2008 at 1:55 PM by mtidd