Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Infragistics.Excel.Worksheet exists in both Infragistics4.Web.v10.2.dll and Infragistics4.WebUI.Excel.v10.2.dll
posted

I'm getting this error after upgrading the toolset from v8.2 to v10.2.

Actual code below..

private Infragistics.Excel.Worksheet GetExcelSheet()

{

Infragistics.Excel.Workbook wb = new Infragistics.Excel.Workbook();

 

When I remove/unreference the Infragistics4.WebUI.Excel.v10.2.dll, it says Infragistics.Excel.Workbook is defined in an assemblyl that is not referenced. You must add a reference to this assembly.


Please advise.

Cedric