Hi Support,
I am having similar issues.. my project is using the following packages
<package id="Syncfusion.Compression.Base" version="19.4.0.53" targetFramework="net48" />
<package id="Syncfusion.EJ2.AspNet.Core" version="19.4.0.53" targetFramework="net48" />
<package id="Syncfusion.EJ2.JavaScript" version="19.4.0.53" targetFramework="net48" />
<package id="Syncfusion.EJ2.Spreadsheet.AspNet.Core" version="19.4.0.53" targetFramework="net48" />
<package id="Syncfusion.EJ2.Spreadsheet.AspNet.MVC5" version="19.4.0.53" targetFramework="net48" />
<package id="Syncfusion.Licensing" version="19.4.0.53" targetFramework="net48" />
<package id="Syncfusion.XlsIO.AspNet" version="19.4.0.53" targetFramework="net48" />
Please advise what to do - the dlls referenced in my solution based on the above nuget packages are not consistent...
\packages\Syncfusion.Compression.Base.19.4.0.53\lib\net46\Syncfusion.Compression.Base.dll
\packages\Syncfusion.XlsIO.AspNet.19.4.0.53\lib\net46\Syncfusion.XlsIO.Base.dll
\packages\Syncfusion.EJ2.Spreadsheet.AspNet.Core.19.4.0.53\lib\net451\Syncfusion.EJ2.Spreadsheet.dll
\packages\Syncfusion.EJ2.AspNet.Core.19.4.0.53\lib\net451\Syncfusion.EJ2.dll
\packages\Syncfusion.Licensing.19.4.0.53\lib\net46\Syncfusion.Licensing.dll
Hi Ramya,
Thankyou for your reply and resolving my watermark issue.
This ticket raised by Bruno because he had installed the \net46\Syncfusion.Licensing.dll but was still referencing the \net45\Syncfusion.Licensing.dll file in his dll.. hence his error..
My question is an extension of Bruno's qustion.. Specifically because I have many Syncfusion files on both .net45 and some on .net46 which is not by my choice, rather that is just what happened when nuget packages for 19.4.0.53 were automatically installed in my ASP.NET project. I am wanting clarity on wether (mixing your libraries which run on different versions of .net like that) this is an issue, and if so what I should do about that?
E.g. My "Syncfusion.EJ2.Spreadsheet.dll" and "Syncfusion.EJ2.dll" are still on .net45 .. but all the rest of the Syncfusion libraries are on .net46 ...
For reference: my watermark ticket can be found here and is not asking the same question.
Cheers
Eddy