[problem] Microsoft.Xna.Framework.Game.Content.**get** returned null.

I’m afraid I don’t use Extended so can’t give oyu an exact answer, but here’s a thread that has a couple possible solutions in it.

Content gets created in the constructor of the Game class so either that is never being called or it’s being created and destroyed. Seems like it happens more often with Extended so hopefully someone can shed a little more light on it.