I'm attempting to compile a code sample from Lippman's C# primer, and keep getting the following error:

The predefined type 'System.Byte' is not defined or imported

According to the documentation, the solution is to reinstall the .NET SDK. I did this, as well as the SDK's Service Pack 1. Still getting the same problem.

Any ideas?

Thanks in advance,

---earwicker