Hi,
I am trying to export data from a UltraWebGrid to excel using UltraWebGridExcelExporter.
In C# code behind code i mentioned like this:
this.eExporter.Export(this.uwgAssetSearch,"Asset.xls");
It's throwing following errors:
the type 'Infragistics.Excel.Workbook' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics35.WebUI.Excel.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'
The type 'Infragistics.Excel.Worksheet' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics35.WebUI.Excel.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
If i include above said Infragistics35.WebUI.Excel.v10.2 dll, its creating a conflict with existing dll Infragistics35.Web.v10.2. I am also using WebDataGrid also with excel functionality and its working fine.
Hi jagadeeshk,
The matter you have described has been resolved in subsequent releases. Please refer to the following discussion for more information:
http://forums.infragistics.com/forums/t/46601.aspx
Upgrading your product version will most likely solve your issues.
Please contact me if you have any questions.
Best Regards,Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
Hi Ivanov,
Our current version is 10.2.20102.1011.
Do we need to purchase new license to upgrade to 10.2.20102.2101???
appreciate your respose.
Thanks in Advance,
Jagadeesh