Error 526 The type 'Syncfusion.Calculate.CalcQuickBase' exists in both

Hello

there is a problem it always worked and suddenly a mistake

Error 526 The type 'Syncfusion.Calculate.CalcQuickBase' exists in both '

c:\Program Files (x86)\Syncfusion\Essential Studio\WPF\16.3.0.29\Assemblies\4.5\Syncfusion.Calculate.Base.dll' and '

c:\Program Files (x86)\Syncfusion\Essential Studio\WPF\16.3.0.29\Assemblies\4.5\Syncfusion.XlsIO.Base.dll'

C:\Users\x\Documents\Visual Studio 2012\Projects\A\A\Form151.cs 4270 17 A

//using Syncfusion.XlsIO;

//using Syncfusion.Calculate;

        private Syncfusion.Calculate.CalcQuickBase cq;

        //met2 Using CalcDataGrid as a Single Spreadsheet

        private Syncfusion.Calculate.CalcEngine engine;


1 Reply

BT Balamurugan Thirumalaikumar Syncfusion Team July 6, 2021 06:17 AM UTC

Hi Gregory,  

Thank you for interesting Syncfusion support.  

We have checked your query “'Syncfusion.Calculate.CalcQuickBase' exists in both” at our end. CalcQuickBase exists in both Syncfusion.Calculate.Base, Syncfusion.XlsIO.Base assemblies. So you need to refer any one of the assembly from that. We request you to refer the Syncfusion.XlsIO.Base assembly and remove the Syncfusion.Calculate.Base. We have already provided the UG documentation for required assemblies and nuget packages. You can refer the same from the following link.  
 
  
  
 
  
Please let us know if you would require any other assistance. we will be happy to assist you.    

Regards,  
Balamurugan Thirumalaikumar 


Loader.
Up arrow icon