.NET Problem Works just fine on one computer on another there's stack overflow exception
Posted
by Ivan Mechkov
on Stack Overflow
See other posts from Stack Overflow
or by Ivan Mechkov
Published on 2010-05-26T02:25:46Z
Indexed on
2010/05/26
2:31 UTC
Read the original article
Hit count: 388
I wrote a simple C# program using some graphic functions as drawElipse and drawLine at System.Drawing.Graphics. It works perfectly on one computer, but at my laptop it gives overflow exception at the graphics functions. I need the program to work on the laptop for a presentation after five hours, please help me.
© Stack Overflow or respective owner