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
275
Namespace Conflict: Infragistics.Excel
posted

Hi,

One of our web projects have been using the Infragistics controls for quite some time (since 2003 I think?) and we use both the old UltraWebGrid and ExcelExporter throughout the site. We have decided that it is time to start switching over to the new AJAX WebDataGrid for performance reasons and to make sure we are not left behind once Infragistics stops supporting the old controls.

Usually we would like to be able to have both controls referenced side be side, to help stagger the upgrade process across all the screens (and still allow the project to compile). So we have made sure all the existing Grids are using the latest 2010.2 version.

Unfortunately we have found that due to the Infragistics.Excel namespace used in both the Infragistics4.Web.v10.2.dll and Infragistics2.WebUI.Excel.v10.2.dll (required due to strong binding to the Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2.dll) that we are unable to reference both controls in the same project...

There are over 151 grids that need to be updated and most of those use the ExcelExporter. How can we reference both assemblies and controls without causing namespace conflicts and/or still retain the Excel Export functionality on the old grids? (my assumption is that the new Excel Export control will not work with the old WebGrid)

Cheers!
Craig Wilson

Parents Reply Children
No Data