I have experimented with changing source code for a control (SfRichTextBoxAdv) and tested my changes in the test project. I find the Build Manager makes the process fairly easy, and my tests worked fine. However, I am not sure what would be the best way to deploy my changed control to our product. As I understand it, versions of DLLs that I build are not compatible with DLLs released by Syncfusion because they are built with a different strong key file. Therefore, I cannot simply replace the one DLL affected by my changes (since it depends on common Syncfusion DLLs). It seems I would have to build and replace all Syncfusion DLLs with versions I built in order deploy my changes to the single DLL. Is this correct? What are my other options for deploying my changes? I thought of renaming the set of DLLs that the control I changed depends on, but am guessing this would cause problems with the Build Manager.