Since earlier this night, I've been getting this message when I try to load a certain level of my game, while testing it on my phone. The app simply freezes and this message pops up in MS VS.
'An exception of type 'Microsoft.Xna.Framework.Content.ContentLoadException' occurred in Microsoft.Xna.Framework.ni.dll but was not handled in user code'
I'm not a coder and can't really analyse the error. Googling it seems to suggest that it has something to do with the code trying to load the .png images wrong or something.
I've considered any changes I made to the file today, and made sure to re-load any .pngs used by my objects, just to be sure the problem doesn't occur because I've moved a couple of files around in my folder.
So what on earth could be causing this all of a sudden, and how do I get to the bottom of it?
Help greatly appreciated!
Edit:
Also of note is that the problem persists even if I use an earlier save of the project.