Replies: 1 comment 9 replies
-
Sorry, not enough info to help you here. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
After a year, I picked up the mobile app project. I followed the documentation and the sample. Create the API, published in Azure, and create a test project to see the result. However, I keep getting this Exception for this line of code:
var s1 = await agent.SynchronizeAsync(Dotmim.Sync.Enumerations.SyncType.Normal, progress);
at Dotmim.Sync.SyncAgent.SynchronizeAsync(String scopeName, SyncSetup setup, SyncType syncType, SyncParameters parameters, CancellationToken cancellationToken, IProgress
1 progress)at Dotmim.Sync.SyncAgent.SynchronizeAsync(String scopeName, SyncSetup setup, SyncType syncType, SyncParameters parameters, CancellationToken cancellationToken, IProgress
1 progress) at Program.SynchronizeAsync()
What am I missing?
Please advice.
Kind regards,
Kamal
Beta Was this translation helpful? Give feedback.
All reactions