I followed the example given for read calllog on developer guide(https://developers.ringcentral.com/guide/voice/call-log/reading-call-log#c#) in dotnet environment. I downloaded the RingCentral package from nuget. But, I am getting below errors and can't proceed. Below errors are coming at read_user_calllog().Wait();
System.TypeLoadException: 'Could not load type 'RingCentral.TokenInfo' from assembly 'RingCentral, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.'
System.TypeLoadException: 'Could not load type 'RingCentral.ExtensionCallLogResponse' from assembly 'RingCentral, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.'
System.TypeLoadException: 'Could not load type 'RingCentral.RestClient' from assembly 'RingCentral, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.'
Do u have any example to follow or know how to solve this issue?
Thanks