Error when adding control and running

foz

New member
Joined
Dec 3, 2006
Messages
1
Programming Experience
Beginner
Hi,

When i open a windows form application in VB.NET, and i run the form it works well but if i add any control and run the application i get the error:

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

Additional information: Overflow or Underflow arithmetic operation"


Plz help!!!!
 
There a a few possibilities, one of it you can refer to this link and see whether it can fix your problems or not

http://www.dotnetspider.com/qa/Question20631.aspx

The other posibility that pop-up in my head is some of the driver/application you install (such as spyware or motorola modem driver) will crash the VS also. If you had used the VS before and this problems appear recently, you can try to disable some of the services and see whether can solve your problems or not.
 
Back
Top