Facing compile time error after adding assembly Syncfusion.XlsIO.Base.dll

I am getting error on adding one assembly in windows form project

the same assembly is working fineHi Team I am getting compilation error after adding Syncfusion.xlsio.base.dll and Syncfusion.compression.base.dll in windows form project. ExcelEngine engine = new ExcelEngine(); I am also not able to add name space Using Syncfusion.Xlsio. please suggest with a console app













1 Reply

AV Abirami Varadharajan Syncfusion Team December 20, 2017 08:38 AM UTC

Hi Rahul, 
 
Thank you for contacting Syncfusion support. 
 
We request you to add both Syncfusion.Compression.dll and Syncfusion.XlsIO.Base.dll assemblies whose framework version should be same as that of the Visual Studio’s target framework version in your application. We support framework version from 2.0 to 4.6. 
 
Please refer below table that shows the assembly version that needs to be referred with respect to the target version of visual studio.   
 
Visual Studio Target version 
Syncfusion Assembly version 
2.0 
15.4200.0.17 
3.5 
15.4350.0.17 
4.0 
15.4400.0.17 
4.5 
15.4450.0.17 
4.5.1 
15.4451.0.17 
4.6 
15.4460.0.17 
 
Regards,  
Abirami.  


Loader.
Up arrow icon