B
Bryan
Hello,
I am using CF 2.0, with ARM processor. When I try to do something simple
like this:
Form frm = new frmChange();
frm.ShowDialog();
It crashes on ShowDialog(), I have even put it in a try,catch to see if I
can catch anything, but no, it just plain crashes and closes the whole
application.
Is there something I am missing, or a configuration issue going on?
Thanks,
Bryan
I am using CF 2.0, with ARM processor. When I try to do something simple
like this:
Form frm = new frmChange();
frm.ShowDialog();
It crashes on ShowDialog(), I have even put it in a try,catch to see if I
can catch anything, but no, it just plain crashes and closes the whole
application.
Is there something I am missing, or a configuration issue going on?
Thanks,
Bryan