pingzing / trippit

An experimental Windows 10 Helsinki DigiTransit client
MIT License
1 stars 1 forks source link

Fix crash in System.Convert.DefaultToType #22

Closed pingzing closed 7 years ago

pingzing commented 7 years ago

Version: 0.1.0.0 | DigiTransit10

Stacktrace

System.Convert;DefaultToType;;
System.String.System.IConvertible;ToType;;
System.Convert;ChangeType;;
System.Convert;ChangeType;;
Template10.Behaviors.ConditionalAction;Execute;;
Microsoft.Xaml.Interactivity.Interaction;ExecuteActions;;
Microsoft.Xaml.Interactions.Core.EventTriggerBehavior;OnEvent;;
Windows.ApplicationModel.Core.UnhandledError;Propagate;;
Microsoft.HockeyApp.Extensibility.Windows.UnhandledExceptionTelemetryModule;CoreApplication_UnhandledErrorDetected;;

Reason

Invalid cast from 'System.String' to 'Windows.UI.Xaml.Controls.ListViewSelectionMode'.

Link to HockeyApp

pingzing commented 7 years ago

fixed.