Darren66 Posted July 28, 2003 Posted July 28, 2003 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.. Quote
kevinheeney Posted September 15, 2003 Posted September 15, 2003 I have the same problem. So I my post is sort of a bump. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.