I have downloaded the Base15 build that have the ViewModelBase public constructor to bee able to tombstone my viewmodel. The problem now is that the ViewModelBase is inheriting NotifyPropertyChanged that has an protected constructor generating the error "System.Security.SecurityException: The type 'GalaSoft.MvvmLight.NotifyPropertyChanged' cannot be deserialized in partial trust because it does not have a public parameterless constructor" Am I missing something?
Regards
Fredrik