Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

[WinRT] Crash when navigating to a page with ToolbarItems #10

Open
lploumen opened this issue Jun 3, 2016 · 0 comments
Open

[WinRT] Crash when navigating to a page with ToolbarItems #10

lploumen opened this issue Jun 3, 2016 · 0 comments

Comments

@lploumen
Copy link

lploumen commented Jun 3, 2016

Hi,
Thank you for this control !
When navigating to a page which contains a Map and some ToolbarItems, it crashes with an UnhandledException. I could not get the Stacktrace, only the error message which is : "Catastrophic Failure".
When removing the ToolbarItems, it works the first time. Next time I open the page , there's an exception here :

  private void Control_LoadingStatusChanged(MapControl sender, object args)
        {
            controlReadyForMoveUpdates = Control.LoadingStatus == MapLoadingStatus.Loaded;
        }

With Control being null.

Any idea what might cause this problem ?
I uploaded the MapTest project in case anyone whats to reproduce the problem!
Thank you!
MapsTest.zip

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant