You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
uncaught exception
About this tag
The tag 'uncaught exception' on WindowsForum.com covers issues where a program encounters an error it cannot handle, often resulting in a JIT (just-in-time) debugging dialog. A common example is a System.ArgumentOutOfRangeException, which occurs when a screen position is outside the visible display bounds, as seen on a Dell Inspiron 1545 running Windows 7 Home Premium. Users typically see this error at startup and can continue past it, but the underlying cause may relate to display configuration or software settings. Discussions focus on understanding the error text and implementing fixes to prevent the exception from recurring.
At EVERY start up on my Dell Inspiron 1545 that came preloaded w/ Windows 7 Home Premium I get the following error message. If I hit "continue" on the warning box everything seems to work just fine. But I'd like to fix the problem, but don't really understand the JIT fix at the bottom and how...