Hello
I am trying to migrate a WPF app to PRISM 7.
The MainWindow (Shell) is a RadRibbonWindow, hence it doe not migrate as it seems it is not of type Window.
I followed the instructions highlighted here (https://docs.telerik.com/devtools/wpf/knowledge-base/kb-radwindow-prismapplication-createshell), but I am missing a critical piece of information.
- Where do I find the "TelerikShell" type? Which dll, out of the many Telerik dlls that comes with WPF?
Also, if you have a working sample application that used PRISM 7 that you can sher would appreciate it.
Thanks
Herald