9 Replies
the program is trying to look at the path in the exe's folder, not at the project's folder
your exe usually is in
your project's folder/bin/debug/net7.0
you can click on the file in your VS, and in its property window change the Copy To Output directory
's value
so that your .wav gets copied to the exe's folder when you run your project in VSit is works! thank you!!
now the next question. I removed this sound, but for some reason it still plays
how i can to fix it?
it probably still exists in the exe's folder
and how to remove it there..?
delete it like how you delete any file
okаy thank you
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.