Skip to content

Dependencies between DLLs

New Discussion
Larry Weisberg
Larry Weisberg asked on Feb 18, 2022 11:44 AM

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

Sign In to post a reply

Replies

  • 0
    Teodosia Hristodorova
    Teodosia Hristodorova answered on Feb 17, 2022 3:28 PM

    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.2
    Infragistics.Win.Misc.v21.2
    Infragistics.Win.UltraWinEditors.v21.2
     Infragistics.Win.UltraWinStatusBar.v21.2
     Infragistics.Win.UltraWinTabControl.v21.2

    Let me know if I may be of any further assistance.

    Sincerely,
    Teodosia Hristodorova
    Software Developer

    • 0
      Larry Weisberg
      Larry Weisberg answered on Feb 17, 2022 3:43 PM

      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!

    • 0
      Larry Weisberg
      Larry Weisberg answered on Feb 17, 2022 5:01 PM

      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?

      • 0
        Teodosia Hristodorova
        Teodosia Hristodorova answered on Feb 18, 2022 11:44 AM

        Hello,

        All assemblies included in Ultimate UI for Windows Forms library could be found in your product folder under CLR.4/Bin. Having in mind there isn’t Infragistics.Excel.v21.2 DLL my assumption is that they are the same.

        All dll-s needed for exporting the UltraGrid are the following:


        Let me know if I may be of any further assistance.

        Sincerely,
        Teodosia Hristodorova
        Software Developer

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Larry Weisberg
Favorites
0
Replies
4
Created On
Feb 18, 2022
Last Post
4 years, 1 month ago

Suggested Discussions

Created by

Created on

Feb 18, 2022 11:44 AM

Last activity on

Feb 24, 2026 12:46 PM