gruver
gruver

Reputation: 31

App crashes when switching applications

When you switch applications or by pressing the Windows button application terminates. But on the first page of this application does not occur. In debug mode, this also happens. The application consumes 28 megabytes of memory. So the system should not terminate it. Using Prism for windows phone and Unity 3.5 prerelease.

Upvotes: 0

Views: 60

Answers (1)

gruver
gruver

Reputation: 31

The crash occurs cause GetNavigationState doesn't support serialization of a parameter type which was passed to Frame.Navigate.

Upvotes: 0

Related Questions