> System.Drawing is in its own assembly, so you need to specify it on the > compiler command-line. Are you using "-r System.Drawing" (with mcs... I > think it's "/r:System.Drawing" with csc)? Yes. It compiles correctly. But when I want to run it it complains about System.Drawing. I checked the assembly and it has zero bytes.