In our small development team we keep our referenced assemblies in a directory of our WPF project. We have our business object layer assemblies in this folder. Then we add a reference to our project using the assemblies in this directory. This way we have some way to keep the version of our WPF code in sync with our business object layer, etc,. in source control.
We would like to keep our referenced Infragistics assemblies in this directory as well. Then we can keep them in source control. We have run into problems with different developers on different hotfixes, etc.
We have tried this by adding the Infragistics3.WPF.*.dll files to this directory in our project and then referencing the dll's from this directory (as opposed to the Program Files\Infragistics directory). The application compiles fine but we receive many Debug time messages like:
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='TargetType=Infragistics.Windows.DataPresenter.XamDataGrid ID=ButtonGroupNormalBorderFill'; ResourceKey.HashCode='2144028703'; ResourceKey.Type='System.Windows.ComponentResourceKey'
Are we missing some file(s) in our assembly directory? Is there a best practice for accomplishing this source control issue?
Thanks for your help,
Ben
Hello,
I apologize that this post was not answered sooner. We are making the effort to ensure all posts are addressed by an Infragistics expert.
Please let me know if you are still having this issue. What you describe here sounds reasonable. Please refer to MSDN concerning best practices for working with referenced assemblies:http://msdn.microsoft.com/en-us/library/z6609kte(v=VS.80).aspxhttp://msdn.microsoft.com/en-us/library/ayds71se(v=VS.80).aspx
If this issue is still occurring, I would suggest submitting a case with our developer support team as they could work directly with you to resolve this issue.http://es.infragistics.com/support/
Thank you!