.NET Framework assembly version mismatch in Syncfusion.Licensing

Hello!I am trying to use Syncfusion.PDF NuGet for ASP.NET MVC (target framework 4.6.1).
The solution generates DLLs for Syncfusion.PDF and Syncfusion.Licensing but their version mismatches due to .NET Framework suffix:
Syncfusion.PDF.Base 17.4450.0.55
Syncfusion.Licensing 17.4460.0.55As a result, the program fails trying to save the document, checking the license, loading Licensing assembly of a wrong version:[FileLoadException: Syncfusion.Licensing, Version=17.4450.0.55, Culture=neutral, PublicKeyToken=632609b4d040f6b4]
Tried to change target framework to 4.5.0 and different versions of PDF package.
Same error. If I try to include an assembly manually in web.config, it can't find it.Thanks in advance.

1 Reply

SL Sowmiya Loganathan Syncfusion Team March 26, 2020 09:39 AM UTC

Hi Otto,    
   
Thank you for contacting Syncfusion support.    
   
We have created the ASP.MVC application with .NET Framework target 4.6.1 and install the “Syncfusion.Pdf.AspNet.MVC5” NuGet package. But we were not able to reproduce it. Please find the below sample for your reference,    
   
   
Kindly install the above mentioned NuGet package Syncfusion.Pdf.AspNet.MVC5 in your sample and let us know the result.    
 
Regards, 
Sowmiya Loganathan 


Loader.
Up arrow icon