Hi all,
I'm interested in using Prism both for the Mvvm and Navigation capabilities. I'm following along the "Getting Started" guide at the Prism Library documentation website and I'm running into an issue converting my App.xaml.cs
partial class into a PrismApplication
. And when I try to declare public override void RegisterTypes(){...}
the compiler tells me that there's no such method to override, even though I've properly extended the PrismApplication
class.
What would be great is if anyone could point me in the direction of a guide to manually convert a regular Forms App to a Prism Application, without using the Template Pack, if a guide like that even exists.
Thanks,
Mike