This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] Error: : XamlC error XFC0000 : Cannot resolve type "MediaElement" when i add x:Name to MediaElement in xaml file #1384
Labels
bug
Something isn't working. Breaky break.
s/unverified
This issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.
Description
When i add x:Name to MediaElement i get XamlC error XFC0000 : Cannot resolve type "MediaElement" but its compiling.
Also when i use the variable definition in the code its marked as red but its compiling and i can call methods of it.
Steps to Reproduce
<xct:MediaElement Source="https://sec.ch9.ms/ch9/5d93/a1eab4bf-3288-4faf-81c4-294402a85d93/XamarinShow_mid.mp4 " ShowsPlaybackControls="True"/>
<xct:MediaElement Source="https://sec.ch9.ms/ch9/5d93/a1eab4bf-3288-4faf-81c4-294402a85d93/XamarinShow_mid.mp4 " ShowsPlaybackControls="True" x:Name="VideoElement" />
Basic Information
Workaround
Its working but the error is still present in error window
Reproduction imagery
The text was updated successfully, but these errors were encountered: