This question is locked. New answers and comments are not allowed.
This is more of a VS2010 question, but I'm having the issue regarding the RadControl assemblies. I started my project on Windows 7 32-bit, so the RadControl assemblies are installed in the C:\ProgramFiles\... directory. I have a second development machine that is used to test in a 64-bit environment. On this Windows 7 64-bit machine, the RadControl assemblies are installed in the C:\Program Files (x86)\... directory. I have not found a way yet to be able to move my VS2010 project back and forth between these two machines without deleting the references to the RadControls assemblies, and adding them as references again in order to get the correct path (Program Files vs Program Files (x86)). I know there must be some way to make the VS2010 project portable between the two environments and reference the appropriate RadControls assemblies. Any ideas?