When compiling XNA on an x64 machine...

FOR THE LOVE OF GOD REMEMBER TO COMPILE WITH x86 AS YOUR PLATFORM TARGET.
I forgot about this and wasted an hour of debugging.

Right click your project -> Properties -> Build -> Platform Target -> x86