Hi,
I have a project using various Telerik controls. The wizard set up my project so that the binaries are in the project tree like this:
<MyProjectPath>\lib\RCWPF\2015.1.401.45\
I want to move this whole "2015.1.401.45" directory somewhere and point my references there. That would allow me to have multiple projects reference the binaries without the need to have 83 MB of extra binaries in each project.
If I move the files and re-point the references, I can no longer use the RadGridView. Visual Studio 2013 just can't find it.
Can I move the Telerik binaries and point references to the new location? Are there any tricks involved in the process?
Thanks.