Hi DX-Team,
I use the following xaml
XAML<dxsch:SchedulerControl.DayView>
<dxsch:DayView ShowWorkTimeOnly="False" ShowAllDayArea="True"
VerticalAppointmentContentTemplate="{StaticResource VerticalAppointmentContentTemplate}"
AppointmentToolTipContentTemplate="{StaticResource AppointmentToolTipContentTemplate}" AppointmentToolTipVisibility="Never">
<dxsch:DayView.WorkTime>
<my:WorkTimeInterval End="0" />
</dxsch:DayView.WorkTime>
<dxsch:DayView.TimeRulers>
<dxsch:SchedulerTimeRuler ShowMinutes="True" ShowCurrentTime="Never"/>
</dxsch:DayView.TimeRulers>
<dxsch:DayView.AppointmentDisplayOptions>
<dxsch:SchedulerDayViewAppointmentDisplayOptions EndTimeVisibility="Never" StartTimeVisibility="Always" />
</dxsch:DayView.AppointmentDisplayOptions>
</dxsch:DayView>
</dxsch:SchedulerControl.DayView>
and got an exception that a key is not part of a dictionary. Do you Change something in the newest update???
Hello,
If this exceptions occurs on application closure, perhaps, this problem relates to the LoadingDecorator usage as described in the KeyNotFoundException is raised on closing an application after upgrading to v15.1.7 ticket.
I recommend you upgrade your components by using the installer from the following link and check if the problem persists: DevExpressComponents-15.1.7.15281.exe. If it does not help, please provide me with your project so that I can reproduce this exception on my side.
I'm looking forward to your results.
Hi,
I update my DX but it doesnt work.
and here is a sample
Hi,
Thank you for the provided sample. Yes, you are right. I've also reproduced this exception at design-time and passed the issue to our R&D team for further research.
Please watch for our updates. We will notify you as soon as we get any results.