I'm currently going through a book which teaches XNA. I have followed all the instructions to add background music but for some reason I keep getting this error:
An unhandled exception of type 'Microsoft.Xna.Framework.Content.ContentLoadException' occurred in MonoGame.Framework.dll
Additional information: Could not load Gobbledigook asset!
I have access to the media library and this is my line of code
MediaPlayer.Play(Content.Load<Song>("Gobbledigook"));
The song "Gobbledigook" is in my Content map and these are the properties
Does someone know what I am doing wrong?