text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Could not find a property named {0}. Could not convert the value of type '{0}' to '{1}' as expected by method {2}.{3}. The maximum value '{0}' must be greater than or equal to the minimum value '{1}'. The custom validation type '{0}' must be public. The field {0} must be between {1} and {2}. The argument '{0}' cannot be null, empty or contain only whitespace. The pattern must be set to a valid regular expression. The {0} field is not a valid credit card number. The key parameter at position {0} with value '{1}' is not a string. Every key control parameter must be a string. The field {0} must be a string with a maximum length of {1}. Cannot retrieve property '{0}' because localization failed. Type '{1}' is not public or does not contain a public static string property with the name '{2}'. The field {0} must be a string with a minimum length of {2} and a maximum length of {1}. The CustomValidationAttribute.Method was not specified. The type '{0}' does not contain a public property named '{1}'. The field {0} must be a string or array type with a maximum length of '{1}'. The value for property '{0}' must be of type '{1}'. The field of type {0} must be a string, array or ICollection type. The CustomValidationAttribute method '{0}' does not exist in type '{1}' or is not public and static. The {0} field is not a valid phone number. The {0} field is not a valid fully-qualified http, https, or ftp URL. The field {0} is invalid. The type '{0}' needs to represent an enumeration type. The type {0} must implement {1}. The {0} field only accepts files with the following extensions: {1} Both ErrorMessageResourceType and ErrorMessageResourceName need to be set on this attribute. The instance provided must match the ObjectInstance on the ValidationContext supplied. The field {0} must be a string or array type with a minimum length of '{1}'. The CustomValidationAttribute.ValidatorType was not specified. The minimum and maximum values must be set. The resource type '{0}' does not have an accessible static property named '{1}'. MaxLengthAttribute must have a Length value that is greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length. The property {0}.{1} could not be found. {0} is not valid. The maximum length must be a nonnegative integer. The field {0} must match the regular expression '{1}'. The type provided for EnumDataTypeAttribute cannot be null. The OperandType must be set when strings are used for minimum and maximum values. The property '{0}' on resource type '{1}' is not a string type. The {0} field is required. '{0}' and '{1}' do not match. The {0} field is not a valid e-mail address. The CustomValidationAttribute method '{0}' in type '{1}' must return System.ComponentModel.DataAnnotations.ValidationResult. Use System.ComponentModel.DataAnnotations.ValidationResult.Success to represent success. The key parameter at position {0} with value '{1}' occurs more than once. The number of control parameters must be even. The CustomValidationAttribute method '{0}' in type '{1}' must match the expected signature: public static ValidationResult {0}(object value, ValidationContext context). The value can be strongly typed. The ValidationContext parameter is optional. MinLengthAttribute must have a Length value that is zero or greater. The custom DataType string cannot be null or empty. Either ErrorMessageString or ErrorMessageResourceName must be set, but not both. The key parameter at position {0} is null. Every key control parameter must be a string. The {0} property has not been set. Use the {1} method to get the value. IsValid(object value) has not been implemented by this class. The preferred entry point is GetValidationResult() and classes should override IsValid(object value, ValidationContext context).