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

Exception thrown on Settings Split View #20

Open
komainu85 opened this issue Apr 12, 2016 · 6 comments
Open

Exception thrown on Settings Split View #20

komainu85 opened this issue Apr 12, 2016 · 6 comments
Labels

Comments

@komainu85
Copy link

Im seeing the following exception thrown on the settings page of the split view. Fresh install with no modifications.

System.InvalidCastException: Unable to cast object of type 'Windows.UI.Xaml.Controls.ComboBoxItem' to type 'SplitViewApp1.Presentation.DisplayableTheme'.
at System.Collections.Immutable.ImmutableList`1.System.Collections.IList.IndexOf(Object value)
at System.Runtime.InteropServices.WindowsRuntime.ListToBindableVectorAdapter.IndexOf(Object value, UInt32& index)

@kozw
Copy link
Contributor

kozw commented Apr 12, 2016

Interesting. What version of Intense templates are you using? Please include your Windows 10 and Visual Studio 2015 version as well, since it might help in determining the cause of the issue.

@komainu85
Copy link
Author

Using the latest templates from visual studio gallery

I have VS 2015 update 2 and Windows 10 1511

@kozw
Copy link
Contributor

kozw commented Apr 13, 2016

I assume you use version 0.5.0 of the templates (you can check in the extensions and updates dialog in VS2015). What nuget version of Intense does your project reference?

@komainu85
Copy link
Author

Yeah its version 0.5.0., nuget references 0.5.0 too

@bvillersjr
Copy link

Same problem here. Crashes when clicking settings on a desktop Windows 10 PC, compiled as x64. Does NOT crash when running on my Raspberry Pi 3 with Windows IOT (ARM).

The issue has something to do with type conversion on the settings page combobox item.

@kozw kozw added the bug label May 3, 2016
@kozw
Copy link
Contributor

kozw commented May 3, 2016

Marked it as a bug, will need to investigate

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

No branches or pull requests

3 participants