We are running a WinForms app on a Windows 10 IoT Enterprise LTSC build 1809
that uses WMP.dll
the current installed version is 12.0.17763.1821
and it seems when a audio/video file is repeated that over time it consume more and more memory and eventually will run out of memory. Resulting crashing apps.
Other Windows Build don't seem to have this issue:
- Build
1607 LTSB
with WMP version12.0.14393.4169
runs without any issue. - Build
21H1 Pro
with WMP version12.0.19041.1151
runs without any issue.
Unfortunately because this is a LTSC
version of Windows i cannot upgrade to a newer build and also cannot install any new WindowsMediaPlayer version (and they are out there) to debug this further.
So at this moment i'm stuck in how to move forward to solve this issue. And no we cannot drop WMP ;-)
Any help/ tips are appreciated.