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://ko.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
Hi Jagadeesh,
If you already own a license for 10.2 you do not need to purchase any licenses. You can download the newest service release for that version by following the steps below:
1) Navigate to the "My Keys and Downloads" page on our website. You may be asked to log in using your Infragistics member profile's user name and password. You can reach the My Keys and Downloads page via the following link:<http://ko.infragistics.com/Membership/Default.aspx>
2) Click on the "NetAdvantage" tab. This will show all of your registered license keys for NetAdvantage.
3) Click on the license key for the product and version for which you would like to download a service release. This will bring up all available public downloads for this product and version.
4) In the "Service Releases" section, click on the link for the appropriate version of NetAdvantage. Note that there is a service release for each CLR version and in some cases a separate hot fix for an ASP.NET-only, Windows-Forms-only, WPF-only, or full installation.
Please tell me if this helps.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Hi jagadeesh,
Glad that your issues have been resolved. Please do not hesitate to contact me if you need further assistance.
Hi Peter,
Its working. i updated all binaries to 10.2.20102.2248 version.
thanks for the help.
Regards,
I am following up to check whether you require further assistance. Please do not hesitate to contact me if you have any questions.