An unhandled exception of type 'System.ArithmeticException' occurred in
system.drawing.dll

Additional information: Overflow or underflow in the arithmetic operation.


ex of line lines where it happens (diff projects for each one):
-Me.TextBox1 = New System.Windows.Forms.TextBox()
-Me.tbeepn = New System.Windows.Forms.TextBox()
-Me.Controls.AddRange(New System.Windows.Forms.Control() {Me.ProgressBar1})

*and yes, the 1st line of code on a blank form! -Public Class Form1



This is the error i keep on receiving whenever i try and run an app in
VB.NET.
Even i place a single button on the form and on running it through this
exception.
To remove this i have reinstall visual.NET even have reinstall the windows XP.
I used visual studio .NET 2003 enterprize edition.