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
45
Adding References Assemblies to TFS Source Control
posted

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

 

Parents
No Data
Reply Children
No Data