I recently created an application, and with it provided several DLLs related to Infragistics features/controls that we use in the application, including Infragistics4.Win.UltraWinToolbars.v21.2.dll We do not use StatusBar, so this DLL was not included, and I had no issues building (.NET 4.7, C# app).
It seems though that we see exceptions like this occasionally:
Could not load file or assembly 'Infragistics4.Win.UltraWinStatusBar.v21.2
and from the stacktrace it looks like UltraWinToolbars was what was trying to load the statusbar dll.
Is this correct? (i.e. if I use UltraWinToolbars, I also need to provide Infragistics4.Win.UltraWinStatusBar.v21.2.dll?)
is there a list of such dependencies? What about dependencies on Infragistics4.Documents.Core.v19.2.dll
Thanks,
Larry
Hello,
I have been looking at your question and a topic that you might consider useful is Windows Forms Assemblies where could be found a list of all the Windows Forms assemblies included in the Ultimate UI for Windows Forms product suite and controls included in each assembly.
As it is mentioned there the UltraToolbarsManager control requires the following dll-s:
Infragistics.Win.UltraWinToolbars.v21.2Infragistics.Win.Misc.v21.2Infragistics.Win.UltraWinEditors.v21.2 Infragistics.Win.UltraWinStatusBar.v21.2 Infragistics.Win.UltraWinTabControl.v21.2Let me know if I may be of any further assistance.Sincerely,Teodosia HristodorovaSoftware Developer
1 follow-up if I may... in the document I see:
Infragistics.Win.UltraWinGrid.ExcelExport.v21.2
Additional Referenced Assemblies*:
Infragistics.Excel.v21.2 Infragistics.Win.UltraWinGrid.v21.2 But elsewhere I see Infragistics.Documents.Excel.v21.2 (which we have included)... Are Infragistics.Documents.Excel.v21.2 and Infragistics.Excel.v21.2 2 different things, or just the documentation for some reason uses 2 names for same dll?
Infragistics.Excel.v21.2
Infragistics.Win.UltraWinGrid.v21.2
But elsewhere I see Infragistics.Documents.Excel.v21.2 (which we have included)... Are Infragistics.Documents.Excel.v21.2 and Infragistics.Excel.v21.2 2 different things, or just the documentation for some reason uses 2 names for same dll?
Thanks @Teodosia - that is exactly what I was looking for. I actually found an old (circa 2105) forum post with a reference to this document, but the link no longer worked :-)
Thanks!