Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

291
Views
Visual Studio WPF MediaElement not Displaying the video

This is my first time asking a question here. So I was following a tutorial (https://youtu.be/-zM486rVopk) then at the MediaElement part I am having a difficulty understanding on what's the source of my problem.

        <MediaElement Grid.Column="4" Grid.Row="1" Grid.RowSpan="6"
                      Source="C:\Users\Name\Documents\Visual Studio Workspace\WPFDemo\Resources\Crying Meme.mp4" />

Screenshots: Solution Explorer Properties

So I tried dragging the video file towards the form but this error message popped up...

Error: Error Pop up message

I don't know what it means, I'm pretty new to these things and I hope you understand. Thanks in advance!

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

it looks like it's a path problem, try this:

<MediaElement Grid.Column="4" Grid.Row="1" Grid.RowSpan="6" Source="/Resources/Crying Meme.mp4" />
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!