|
Hi,
I've run into another issue when trying to save the state of a page to implement tombstoning.
As per Microsoft's code sample, I am saving the viewmodel into state.
After navigating back to a page from tombstoning, my saved state cannot be deserialized.
{"The type 'SimpleMvvmToolkit.ViewModelBase' cannot be deserialized in partial trust because it does not have a public parameterless constructor."}
I ended up downloading the source and updating the ViewModelBase-NonGeneric.cs Viewmodelbase.cs and viewmodeldetailbase.cs to have public constructors.
Any chance of having this updated in the toolkit?
|