Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Created Unassigned: DateTimePicker Crash after visible from collapsed state [22313]

$
0
0
The DateTimePicker crashes with ExecutionEnginException unhanled exception when it's visibility state changes from collapsed to visible.

Setup
- Community edition (v2.9), Visual Studio 2015 update 3
xaml:
<xctk:DateTimePicker Value="{Binding EndDate}" Visibility="{Binding dtpVisible, Converter={StaticResource BoolToVisConverter}}"/>

*Note* - the BoolToVisConverter is the msdn converter resource
<BooleanToVisibilityConverter x:Key="BoolToVisConverter"/>

Going from Hidden to Visible state is stable. Just crashes when going from Collapsed to Visible.

The exception is the same but where it occurs tends to change.
Exceptions seen
System.ExecutionEngineException was unhandled
Message: An unhandled exception of type 'System.ExecutionEngineException' occurred in WindowsBase.dll

System.ExecutionEngineException was unhandled
Message: An unhandled exception of type 'System.ExecutionEngineException' occurred in PresentationCore.dll

System.ExecutionEngineException was unhandled
Message: An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>