I'm testing Windows Media player component in C#. At runtime my project receives the error :
System.Runtime.InteropServices.COMException: 'Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))'
when I'm changing fullscreen
property
The related code line:
axWindowsMediaPlayer1.fullScreen = true;
What's the reason?