I have the following case: A solution has two projects, A and B. One of them, A, has a \[code\]UserControl\[/code\].Now I build A and add a reference to A in B. How is it possible to load the user control in B and access the controls in that user control?I want to avoid to rebuild Project \[code\]B\[/code\] every time i change one of the user controls ?