Hi,
I just try to add record to database. No error during compilation but program exit when i try to open it. It says "process finished with exit code 128".
What is the possible mistake I did to get that kind of error?
Thanks...
Hi,
I just try to add record to database. No error during compilation but program exit when i try to open it. It says "process finished with exit code 128".
What is the possible mistake I did to get that kind of error?
Thanks...
Regards,
Nini
Since it likely happens on the emulator, I would suggest you debugging your code. Add breakpoints to constructors and event handlers in your code, and track what happens.Originally Posted by ninidotnet
Hi,
Thanks wizard. I solved the problem..
Regards,
Nini