My question is about http://fluentvalidation.codeplex.com library.
I download .dll’s from this link and include in project library FluentValidation.Mvc.dll
using FluentValidation.Mvc;
class QuestionValidator:AbstractValidator<Question>
{
}
But resharper don’t suggest me some including variants. It means that I included wrong lbrary or not included some other. If I need to include other library, can you explain what’s wrong and give me link to download it?
I encourage you to instal this using NuGet. It does everything to work well.
In Visual Studio do this
Then enter
Install-Package FluentValidation.MVC3OR