After adding the latest version of FluentValidation.MVC3 to a NopCommerce aplication i am receiving the following error,
[Exception: Could not load file or assembly 'FluentValidation,
Version=3.2.0.0,Culture=neutral, PublicKeyToken=a82054b837897c66' or one
of its dependencies. The located assembly's manifest definition does not
match the assembly reference. (Exception from HRESULT: 0x80131040)
]
Nop.Core.Plugins.PluginManager.Initialize()
in C:\Nop 2.2 Source -Copy\just4fashion2.2source\Libraries\Nop.Core\
Plugins\PluginManager.cs:144
I think this is due to the project referencing an older version of the fluent validation dll but im not sure how to fix this, is there a way to pinpoint the error further?
Any advice you can offer will be much appreciated.