|
Subject:
|
Need help
|
|
Posted By:
|
Khaledinho
|
Post Date:
|
6/18/2005 3:12:37 PM
|
Hi Whenever I make a windows Application I receive the following error
"An unhandled exception of type 'System.ArithmeticException' occurred in system.drawing.dll
Additional information: Overflow or underflow in the arithmetic operation."
I just created a new project and added a textbox to the form and did not write any line of code and I received this error message.What to do?
Life is the biggest school
|
|
Reply By:
|
DARSIN
|
Reply Date:
|
6/28/2005 5:18:29 AM
|
U must have changed some thing in the code file chk #region Windows Form Designer generated code
|
|
Reply By:
|
Khaledinho
|
Reply Date:
|
11/8/2005 4:21:04 PM
|
No I did nothing I just added textbox tool to the form and clicked on run
Life is the biggest school
|
|
Reply By:
|
vkpatil
|
Reply Date:
|
11/11/2005 8:55:30 AM
|
Hey, you can figure out the problem by creating another project with the same steps but this time add another control. If that work try using the textbox control again. if that doesn't work then you got a problem with your system libraries. Reinstall .Net framework downloaded from Microsoft website.
give it a try.
<Programerror>Vijay.Patil</Programerror>
|