Overflow or underflow

Darren66

Member
Joined
Jun 9, 2003
Messages
20
Ive 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?? Ive looked around a bit but cant find much info..
 
Back
Top