OpenNETCF calllog error

  • Thread starter Thread starter Mustafa Rabie
  • Start date Start date
M

Mustafa Rabie

if the calllog is empty and i create a new calllog class
OpenNETCF.Phone.CallLog cCallLog = new OpenNETCF.Phone.CallLog();

i get error seeking calllog exception

why is that?
 
Hi Mustafa,

It's a bug in the current version, if the call log is empty it will fail.
This has been fixed in the code in the vault
(http://vault.netcf.tv/VaultService/) and the next release.
As a temporary workaround you can wrap the constructor in a try catch
block - if an exception is thrown you'll know that the call log is empty.

Peter
 
Back
Top