I'm getting a random error message in my program on a handheld that seems to happen when the program loads up. It comes up saying Fatal Application Error Exception 0x80000002. Looking that code up showed it as being a memory leak problem.
The table adapters simply fill combo boxes with necessary customer and stock group info.
Code:
private void FormTran_Load(object sender, EventArgs e) {