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
1410
XamDataTree to have dynamic reference on DragDrop.v11.1.dll ?
posted

Hi again

Is the reference to DragDrop.v11.1.dll from XamDataTree resolved dynamically?

Our team has developers without Infragistics installed in GAC (they are using normal assembly reference from dll with copy local set to true). They can build the project - there is no error/warning in Visual studio.

However, when they want to open WPF window that has XamDataTree (at runtime), exception is thrown, that .NET could not resolve assembly "WPF4.DragDrop.v11.1.dll"

How do we know that XamDataTree depends on this assembly? There was no hint, no info in documentation about it.

Can we have a sure that all those dynamic references are resolved at XamDataTree constructor? (not that, after some time, user clicked some functionality that resolves another assembly - and exception is thrown to the user because we didn't add reference to that particular assembly).

Off course we can add references to all Infragistics WPF assemblies, but this is a sledgehummer approach which we want to avoid.

Appreciate any feedback

Thx