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
close icon

Community License

Hello everyone,

We are three developers that we would want shared a community license in a project. We have been created a new ASP.NET MVC  project but we don't get to run the website properly in our computers because it's appearing an exception message about Syncfusion.Licensing.dll everytime. The message said "The definition of the assembly manifest does not match with the reference to assembly." The project only works in the computer where we created it.

We have been doing what is explained in this website, but it doesn't run: https://help.syncfusion.com/common/essential-studio/licensing/license-key

We were wondering if there is any manual for a properly installation of a license in different computers, or if someone can help us.

Thank you in advance. 

3 Replies

JD Jayakumar Duraisamy Syncfusion Team January 17, 2019 12:31 PM UTC

Hi Jorge, 
We require more details about the reported issue, please provide the details mentioned as below. 
-          Platform of both machines where application is created and used. 
-          Framework details of both machines where application is created and used. 
-          Complete error message details. 
-          Compilation errors if any. 
If possible provide us the sample application. It will help us to serve you better. 
Regards, 
Jayakumar D 



JO Jorge January 18, 2019 07:01 PM UTC

Hello Jayakumar,

We are using Visual Studio 2017 community IDE in both machines  and it's running on local host. We don't have any compilation error, please find attached the syncfusion license error.

Thank you in advance and best regards.

Attachment: Error_5f2c747b.zip


VR Vairamuthu Ramamoorthi Syncfusion Team January 21, 2019 10:23 AM UTC

Hi Jorge, 

We suspect syncfusion.Licensing.dll nuget is missing in your application. Please check if syncfusion.Licensing.dll nuget package is installed in your application. If not, please install it from Nuget package manager and add below code snippet in web.config file under the assemblyBinding tag   
   
<dependentAssembly>   
        <assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />   
        <bindingRedirect oldVersion="16.4450.0.42-16.4460.0.42" newVersion="16.4460.0.42" />   
      </dependentAssembly>   
   
Regards,   
Vairamuthu R 


Loader.
Live Chat Icon For mobile
Up arrow icon