Hi,
I want to use a different main window than the one Caliburn creates if the view is of type UserControl.
I found the answer that I should use a class derived from Window instead of UserControl Discussion 406523. But now I get a System.TypeInitializationException at last line within Action.SetTargetCore (Message.SetHandled).
The main window is of type Fluent.RibbonWindow.
Any help appreciated.
Thanks in advance
I want to use a different main window than the one Caliburn creates if the view is of type UserControl.
I found the answer that I should use a class derived from Window instead of UserControl Discussion 406523. But now I get a System.TypeInitializationException at last line within Action.SetTargetCore (Message.SetHandled).
The main window is of type Fluent.RibbonWindow.
Any help appreciated.
Thanks in advance