So I'm using VS2008, .Net 3.5 SP1, and Windows 7 64-bit, build 7000, and I can't seem to debug anything. The code compiles, the application launches, but when an error happens, it just dies out. Windows catches the error, looks for a solution, finds none, then just closes the app. Huge problem at the moment, since I'm trying to figure out why this program is erroring on me when I try to use a PathGradientBrush instead of a SolidBrush.....