C# Developers' Journal (original) (raw)

MultiSampleQualityLevel? Sorry for asking here, but there don't seem to be any XNA groups that I can find yet.

C# 2005 Express Edition. I choose File::New Project and start a new Windows Game (XNA) project. Try to build and run before adding any code whatsoever and get an InnerException in Game1.Desiogner.cs. Digging down a little in the exception box gives me this message:

"he selected MultiSampleQualityLevel is invalid for the selected MultiSample type."

I've found MultiSample in GraphicsComponent(), but I can't seem to find any way to set MultiSampleQualityLevel, as it's a provate mamber variable. Googling and MSN live search have proven to be no help whatsoever.

Anyone seen this before? Know how to fix it? Thanks.