OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Crash reported during restoration of navigation stack following update to new version of Okra #53

Closed Andy-Wilkinson closed 9 years ago

Andy-Wilkinson commented 9 years ago

A user has reported the following exception when updating to the latest release of the Okra.Core framework.

System.Runtime.Serialization.SerializationException: Error in line 1 position 159. Expecting element 'NavigationState' from namespace 'http://schemas.datacontract.org/2004/07/Okra.Navigation'.. Encountered 'Element' with name 'NavigationManager.NavigationManagerState', namespace 'http://schemas.datacontract.org/2004/07/Okra.Navigation'.

Andy-Wilkinson commented 9 years ago

Fixed