could not find class or interface System.Drawing.font

Posted by jmls on 03-Oct-2008 14:10

given that I have

USING Progress.Lang.*.

USING Progress.Windows.Form.

using System.*.

using System.IO.*.

using System.Drawing.*.

using System.Drawing.Imaging.*.

using System.Collections.*.

using System.ComponentModel.*.

using System.Windows.Forms.*.

using System.Data.*.

using System.Diagnostics.*.

using System.Text.*.

using System.Globalization.*.

using Microsoft.Win32.*.

is this a bad thing ?

It was working just fine. OEA hung, I killed it and restarted. Now the code won't compile

All Replies

Posted by jmls on 03-Oct-2008 14:14

AAARRRRGGGHHHH !!

system.drawing.font worked (see the screenshot!), now it doesn't.

System.Drawing.Font now works

something must have flipped somewhere ...

Posted by Peter Judge on 03-Oct-2008 14:15

Should it not be an uppercase Font? The first reference to a .Net clas must be cased correctly.

-- peter

Posted by Peter Judge on 03-Oct-2008 14:17

something must have flipped somewhere ...

Sounds like it's about time to flip the top off a beer

-- peter

Posted by Admin on 03-Oct-2008 14:19

Just the first one? That's weird! I've never discovered that till now.

This thread is closed