KErrInUse happened when read smsdb at same time receive message
what kind of reason could raise the error?
Thank you
KErrInUse happened when read smsdb at same time receive message
what kind of reason could raise the error?
Thank you
Typically trying to re-use/open any resource which is already in use, so you should check what line in the code r u getting that error and see if you are trying to reopen a handle/resource/file when you havent closed the open handle.
Cheers,
Mayank