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 Reply Children
No Data