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
1176
error when adding UltraGridExcelExporter to my project
posted

Hi

 

When i add the UltraGridExcelExporter control to my form the following error shows

 

Private

 

Sub InitializeComponent()

 

Me

 

.UltraGridExcelExporter1 = New Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(Me.components)

error:Error 27 'UltraGridExcelExporter' is ambiguous in the namespace 'Infragistics.Win.UltraWinGrid.ExcelExport'. C:\SVNSource\production\costcontrolsystem\frmBOMCompare.Designer.vb 71 42 CostPlanning

 

Friend

 

WithEvents CmdAllDifferences As System.Windows.Forms.Button

 

 

error: Error 28 'UltraGridExcelExporter' is ambiguous in the namespace 'Infragistics.Win.UltraWinGrid.ExcelExport'. C:\SVNSource\production\costcontrolsystem\frmBOMCompare.Designer.vb 554 50 CostPlanning

any idea?

 

also after typing New Infragistics.Win.UltraWinGrid.ExcelExport. does not give me any options