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
Hi Krasimir
Thanks - this assembly list is all I need (I have added them all to my project, and now all seems to work fine).
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
I have been looking into the issue that you are having and I can suggest referring to the following article in our online documentation: http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=WPF_NetAdvantage_for_WPF_Full_Assemblies.html . It describes which Infragistics assemblies corresponds to a given control. It describes the assembly that contains the control and also the dependent assemblies for it. For the XamDataTree, except the InfragisticsWPF4.Controls.Menus.XamDataTree.v11.1.dll assemblies you should also refer to the following assemblies:
InfragisticsWPF4.v11.1.dll
InfragisticsWPF4.DataManager.v11.1.dll
InfragisticsWPF4.DragDrop.v11.1.dll
If you have any further questions on the matter please do not hesitate to ask.