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
30
Dependencies between DLLs
posted

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

Parents
No Data
Reply
  • 1560
    Verified Answer
    Offline posted

    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

Children