I'm using Castle DynamicProxy for dirty tracking on my view models, but I'm not sure how to go about configuring CM to resolve my views.
At runtime, I get an error like this:
"Cannot find view for ICreateAlertViewModelProxy27fca3f07..."
I haven't done any work with override the default conventions in CM yet. Is that how you would go about solving this?
Paul Schofield
|