1
votes

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

1

1 Answers

2
votes

Crap, that is an oversight that will be corrected in the next drop. Sorry about that. Feel free to set the constructor of NotifyPropertyChanged to public, that should not play any role.

Cheers, Laurent