apjones6 / DiceRoller

RPG Dice Roller App for Windows Phone 8
1 stars 0 forks source link

MainPage designer fails with an InvalidCastException #10

Open apjones6 opened 11 years ago

apjones6 commented 11 years ago

Likely related to use Binding on Orientation page property. Came in at that time. FallbackValue doesn't help. Perhaps default None is the issue?

apjones6 commented 10 years ago

Default None doesn't help. Nor does removing the PropertyChanged event for Orientation. Nor does OneWay binding mode. Unsure on what options remain, other than changing to use event handlers instead of dependency properties for monitoring orientation changes.