1 Open Issue Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: A WPF application's loading screen fails to play the `loading.mp4` video after form submission, leaving the `MediaElement` blank. This is likely due to an incorrect `Source` URI (`/loading.mp4`) in the XAML, which treats the video as an assembly resource, while it's configured as a content file copied to the output directory.

Complexity: 1/5
help wanted