Hi,
I wanted to know if there are any good ways of resolving assembly references in team builds. Half of our team is using x64 windows and the other half is using x86. Because of the different file locations infragistics is installed in (x64 c:\Program Files (x86)/ x86 c:\Program Files) the project fails to build depending on the reference location. Is there any good way to resolve this? We are using version 2008.3 3.5
Thanks
You could store the references in the bin folder so that the project uses relative path to pick up the assembly references.
-Taz.