I’m trying to use the MVVM Light Messenger class and have created a ViewModel class using the template. When trying to use the method Messenger.Default.Register however, the Messenger class does not seem to be defined. Am I missing a reference or something?
I’m trying to use the MVVM Light Messenger class and have created a ViewModel
Share
The Messenger class is included in GalaSoft.MvvmLight.dll. Make sure in your References folder that the reference has been added, and is not broken.
Cheers,
Laurent