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?
