You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a custom control which inherits from MediaPlayerElement in my application. When creating an instance of my control, the application to throwing a NullReferenceException.
Description
I'm using a custom control which inherits from MediaPlayerElement in my application. When creating an instance of my control, the application to throwing a
NullReferenceException
.Steps To Reproduce
MediaPlayerElement
control like:The application is throwing a
NullReferenceException
in:Expected Behavior
The application should run.
Version Info
TargetFramework = net9.0-windows10.0.26100.0
Microsoft.Windows.CsWinRT = 2.2.0
Additional Context
Sample application: CustomMediaPlayerElement.zip
The text was updated successfully, but these errors were encountered: