kakone / VLC.MediaElement

MediaElement clone powered by VLC
GNU Lesser General Public License v2.1
68 stars 33 forks source link

vlc:MediaTransportControls IsCompact="True" property causes "Layout cycle detected" error in XAML #82

Open vbfnet opened 5 years ago

vbfnet commented 5 years ago

Hi,

In XAML if you enable vlc:MediaTransportControls IsCompact="True" property will cause "Layout cycle detected" error in XAML. The project target version is Windows 10, 1809, SDK is Windows 10.0.17763.132.

This error was not there when the project target version is Windows 10 Fall creators update. So, it's probably something to do with 1809 update.

Not sure if anyone else is getting this error. But I want bring it to your attention, just in case if this is a bug.

Best regards

jim-edwards commented 4 years ago

I get the same issue targeting Windows 10, 1809, regardless of the "IsCompact" being set to True or False. I was not able to get this control to work because of that :( Visual studio is not much help in debugging that crash, any ideas how to work around or resolve this issue?