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 The associated metadata type for type '{0}' contains the following unknown properties or fields: {1}. Please make sure that the names of these members match the names of the properties on the main type. The type '{0}' must be public. The type '{0}' does not contain a public method named '{1}'. The type '{0}' does not contain a public property named '{1}'. The CustomValidationAttribute method '{0}' in type '{1}' must return System.ComponentModel.DataAnnotations.ValidationResult. Use System.ComponentModel.DataAnnotations.ValidationResult.Success to represent success. The CustomValidationAttribute method '{0}' does not exist in type '{1}' or is not public and static. The CustomValidationAttribute.Method was not specified. 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. The custom validation type '{0}' must be public. {0} is not valid. The CustomValidationAttribute.ValidatorType was not specified. The custom DataType string cannot be null or empty. 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 value for property '{0}' must be of type '{1}'. The type {0} must implement {1}. The maximum value '{0}' must be greater than or equal to the minimum value '{1}'. The minimum and maximum values must be set. The OperandType must be set when strings are used for minimum and maximum values. The field {0} must be between {1} and {2}. The field {0} must match the regular expression '{1}'. The pattern must be set to a valid regular expression. The {0} field is required. The maximum length must be a nonnegative integer. The field {0} must be a string with a maximum length of {1}. The key parameter at position {0} with value '{1}' is not a string. Every key control parameter must be a string. The key parameter at position {0} is null. Every key control parameter must be a string. The number of control parameters must be even. The key parameter at position {0} with value '{1}' occurs more than once. Either ErrorMessageString or ErrorMessageResourceName must be set, but not both. Both ErrorMessageResourceType and ErrorMessageResourceName need to be set on this attribute. The property '{0}' on resource type '{1}' is not a string type. The resource type '{0}' does not have an accessible static property named '{1}'. The field {0} is invalid. The ValidationContext for the type '{0}', member name '{1}' must provide the MethodInfo. The type '{0}' needs to represent an enumeration type. The type provided for EnumDataTypeAttribute cannot be null. MetadataClassType cannot be null. The {0} property has not been set. Use the {1} method to get the value. A service of type '{0}' already exists in the container. The instance provided must match the ObjectInstance on the ValidationContext supplied. 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). Could not convert the value of type '{0}' to '{1}' as expected by method {2}.{3}. The field {0} must be a string with a minimum length of {2} and a maximum length of {1}. The {0} field is not a valid credit card number. The {0} field is not a valid e-mail address. The {0} field only accepts files with the following extensions: {1} The {0} field is not a valid fully-qualified http, https, or ftp URL. '{0}' and '{1}' do not match. Value cannot be null or empty. Could not find a property named {0}. The property {0}.{1} could not be found. The {0} field is not a valid phone number. 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 field {0} must be a string or array type with a maximum length of '{1}'. MinLengthAttribute must have a Length value that is zero or greater. The field {0} must be a string or array type with a minimum length of '{1}'. The argument '{0}' cannot be null, empty or contain only white space.