Dependencies between DLLs
New DiscussionI 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
