Hello,
I have implemented a different behavior as described in:
http://www.emidee.net/index.php/2010/09/30/caliburn-micro-how-to-use-the-same-view-for-multiple-view-models/
So, after that, my application shows always the same message in any exception:
Cannot create Cocktail.DialogHostBase
I guess the problem is that my code (ViewLocatorConfigurator) is not able to find the correct view to show the message.
Do you have any suggestion to solve that?
PS: My application is based on TempHire architecture.