The render system is loaded while executing the game constructor. This is too late for something like this:
protected static SamplerState SamplerState = new SamplerState
{
AddressU = TextureAddressMode.Wrap,
AddressV = TextureAddressMode.Wrap,
AddressW = TextureAddressMode.Wrap,
Filter = TextureFilter.Linear,
};