Whenever I run either of the following unit test with a debugger attached, I get a VerificationException inside FluentValidation code at this point (will post w
VerificationException
In my case my Asp.net MVC 3 application had a reference to FluentValidation.dll and FluentValidation.mvc.dll files.
I removed the references and installed the FluentValidation for MVC 3 using nuget package manager and It worked.
It downloaded FluentValidation.Mvc version 5.0.0.1