Overflow or underflow

Darren66

Newcomer
Joined
Jun 9, 2003
Messages
20
I've got an VB application that works just fine on my devlopment machine (as of course they always do) which is running XP, but when I tried to run the application on a different machine I got the following error:

System.ArithmeticException: Overflow or underflow in the arithmetic operation.
at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
at System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet)
at WindowsApplication1.Form3.InitializeComponent()
at WindowsApplication1.Form3..ctor()
at WindowsApplication1.Form1.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)


I have installed the dotnet framework on the new machine which is running Windows ME.
Can anybody shed any light on this error for me?? I've looked around a bit but can't find much info..
 
Back
Top