Hi Hrvoje,
Thanks for using syncfusion products.
We have analyzed your code example and found that you have mentioned the version as “14.2.0.46” (which is not available) instead of 14.2.0.26 which is latest version.
Refer to the below code example,
<controls>
<add namespace="Syncfusion.JavaScript.Web" assembly="Syncfusion.EJ.Web, Version=14.2460.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/> <-- Here is the error
<add namespace="Syncfusion.JavaScript.Web" assembly="Syncfusion.EJ, Version=14.2460.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>
<add namespace="Syncfusion.JavaScript.Models" assembly="Syncfusion.EJ, Version=14.2460.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>
</controls> |
If you are still facing same issue then please provide us below details to reproduce the issue,
1. Share the sample to reproduce the issue.
2. Full stack trace to track the issue details.
3. Are you using nugget package?
The provided information will help to analyze the issue and provide you the response as early as possible.
Regards,
Gowthami V.