Hello, I have a project that requires a user to see a demonstration of what they are supposed to do. To do this we are using videos. My project is a VB .net windows form in .net 3.5 (x86). To do this I made a WPF user control that contains a windows.control.mediaelement. This media element is then hosted on my user control by an elementhost. When I load in this test form the video Uri gets set on a click of a button(a mp4), however when the video is loaded in, it only recognized that is had audio and not a video. So, I made a test form in my project which opened a form which has an element host on it and the same user control that will not load the video. I launched that from a button on my main form and it would play the video. However, when I closed and relaunch the test form, with that button sometimes it would play the video while other times it would just think the file only had audio. The best way I can replicate this issue is in a separate project. I have a main form that has a button to open another form that has a wpf usercontrol and a button to load and play the video. If I have a bunch of instances open eventually the newest form will not think that the mp4 only contains audio.
