Quantcast
Channel: Fluent Validation for .NET
Viewing all articles
Browse latest Browse all 1917

New Post: Issues setting up FluentValidation with Castle.Windsor

$
0
0
Hi

It looks like you're using the wrong FluentValidationModelValidatorProvider. There are two - one for MVC and one for WebApi. You seem to be using the WebAPI one.

Make sure you're using FluentValidation.Mvc.FluentValidationModelValidatorProvide not FluentValidation.Mvc.__WebApi.__FluentValidationModelValidatorProvider

Jeremy

Viewing all articles
Browse latest Browse all 1917

Trending Articles