Hi Edwin,
Thanks for your update.
We would like to let you know that,” assembly 'Syncfusion.EJ.Web, Version=14.2450.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' could not be loaded.” issue might have occurred due to “Syncfusion.EJ.Web” assembly is not referred properly in the sample. To resolve this issue, please include the “Syncfusion.EJ.Web.dll” assembly in your sample and refer that assembly in web.config file. “Syncfusion.EJ.Web.dll” assembly will be available in the following location,
“<Installed Location>\Syncfusion\Essential Studio\14.2.0.26\precompiledassemblies”
Also, please refer the below KB to resolve the reported issue and please find the below link for same:
In the above link, we have discussed on the solution for resolving the exception “Syncfusion.EJ” dll doesn’t loaded”. The same solution applies for the exception that you have reported in your update. So please try the mentioned solution in your project.
If Syncfusion DLL files are referred from the GAC location, then we have to remove the local “Syncfusion.EJ.Web.dll” file in the corresponding project bin location or if we referring the Syncfusion DLL files from the local bin location instead of GAC, we have to remove the assembly reference version in web.config file to avoid conflict over GAC.
<compilation debug="true" targetFramework="4.5">
<assemblies>
<add assembly="Syncfusion.EJ" />
<add assembly="Syncfusion.EJ.Web" />
</assemblies>
</compilation> |
Please let us know if you need any further assistance.
Regards,
Kasithangam