Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i have an error in fluentvalidation
i installed fluentvalidation
i tried to search on google for solution, but not success.
please give me a solution for this..
VB
using FluentValidation.Mvc;
.
Error   78  The type or namespace name 'Mvc' does not exist in the namespace 'FluentValidation' (are you missing an assembly reference?)    D:\GlobalMVC\trunk\Website\Global.asax.cs   7   24  Global
.
.
protected void Application_Start()
        {           
            FluentValidationModelValidatorProvider.Configure();
        }
.
Error	79	The name 'FluentValidationModelValidatorProvider' does not exist in the current context	D:\GlobalMVC\trunk\Website\Global.asax.cs	81	13	Global
Posted

1 solution

Follow the link below, according to the questionyou have posted,this means that you are missing some assembly or some problem with configuration while integrating with MVC
Follow Doc here[^]
I hope this helps. Please cmment if any issue.
Thanks
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900