We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Assembly Grid

I'm getting this error:

Could not load file or assembly 'Syncfusion.EJ.Web, Version=14.2460.0.46, 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)

this is web.config:

<controls>
    <add namespace="Syncfusion.JavaScript.Web" assembly="Syncfusion.EJ.Web, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/> <-- Here is the error
        <add namespace="Syncfusion.JavaScript.Web" assembly="Syncfusion.EJ, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>
        <add namespace="Syncfusion.JavaScript.Models" assembly="Syncfusion.EJ, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>
</controls>


<assemblies>               
        <add assembly="Syncfusion.EJ.Web, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
        <add assembly="Syncfusion.EJ, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
        <add assembly="Syncfusion.EJ.Olap, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
        <add assembly="Syncfusion.PivotAnalysis.Base, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>
        <add assembly="Syncfusion.XlsIO.base, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>
        <add assembly="Syncfusion.EJ.ReportViewer, Version=14.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>     
</assemblies>

1 Reply

GV Gowthami V Syncfusion Team June 29, 2016 02:38 AM UTC

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. 


Loader.
Live Chat Icon For mobile
Up arrow icon