Closed krokonoster closed 12 years ago
The "Email" data annotation is defined in the DataAnnotationsExtensions nuget package (https://github.com/srkirkland/DataAnnotationsExtensions). Make sure you have that and the DataAnnotationsExtensions.MVC3 packages installed.
In CreateUserViewModel ln.20: [Required, Email]
Changed to (only in my copy): [Required, DataType(DataType.EmailAddress)]
Not sure this is what was supposed to be there?