in caliburn when i work with binding convention, and name a content control "CurrentPresenter" the framework automagically bind to the vm and locate the relevant view.
if i do this binding manually the view is not located.. how might i achieve this ability without the binding convention (my view is a user control)