Hello,
I tried the following sample:
However, upon running the solution, I got the below error:
Description: An
error occurred during the processing of a configuration file required
to service this request. Please review the specific error details below
and modify your configuration file appropriately.
Parser Error Message: Could not load file or
assembly 'Syncfusion.EJ, Version=16.4400.0.52, Culture=neutral,
PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The located
assembly's manifest definition does not match the assembly reference.
(Exception from HRESULT: 0x80131040)
Source Error:
Line 22: <compilation debug="true" targetFramework="4.5.1">
Line 23: <assemblies>
Line 24: <add assembly="Syncfusion.EJ, Version=16.4400.0.52, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
Line 25: <add assembly="Syncfusion.EJ.MVC, Version=16.4400.0.52, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
Line 26: </assemblies>
Assembly Load Trace:
The following information can be helpful to determine why the assembly
'Syncfusion.EJ, Version=16.4400.0.52, Culture=neutral,
PublicKeyToken=3d67ed1f87d44c89' could not be loaded.
Any help please?