Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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..

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...