Recompile under Beta 3
I tried to recompile this under beta 3 and after following the conversion instructions, I ended up with the following compile error. Being a progamer of little (read newb), I am not sure what to do about it... Thought I would pass it on though.
Error 1 Property or indexer 'Microsoft.Xna.Framework.Media.MediaPlayer.PlayPos ition' cannot be assigned to -- it is read only C:\XNA\Zuneboards Games Package\GuessTheSong v.0.65\GuessTheSong\Game1.cs 140 13 GuessTheSong
The line is the code is:
MediaPlayer.PlayPosition = playPos;

|