Hi,
I'm trying to use fluent validation in VS2008.
My problem is that, ServiceStack.FluentValidation.IRuleBuilderInitial() does not contain a definition for 'SetCollectionValidator'.
The same code in Vs2012 works fine.
Thanks
Comments: If you're using vs2008 then this will be an old version of FluentValidation from before SetCollectionValidator was introduced. However, you should be able to use SetValidator with the same effect.
I'm trying to use fluent validation in VS2008.
My problem is that, ServiceStack.FluentValidation.IRuleBuilderInitial() does not contain a definition for 'SetCollectionValidator'.
The same code in Vs2012 works fine.
Thanks
Comments: If you're using vs2008 then this will be an old version of FluentValidation from before SetCollectionValidator was introduced. However, you should be able to use SetValidator with the same effect.