-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DotNET C# demo not working #26
Comments
I assume the demo server is not prepared anymore for the demo client. |
The process should look like this:
1. Reinitialize (you need to do it only once, at first synchronization)
2. Send/Receive.
If you want to only refresh data - repeat only step 2.
…On Thu, Nov 14, 2019 at 1:11 PM fhintsch ***@***.***> wrote:
I assume the demo server is not prepared anymore for the demo client.
I switched to my test installation of amplisync server and added a table
by hand
http://macmini:8080/SqliteSync-3.2.14/API3/AddTable/Documents
After editing LoadData() in Form1.cs and another re-initialize() I could
see the Documents Data.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26?email_source=notifications&email_token=ACNU5N6XV53JYUS56AHYHRTQTU55TA5CNFSM4JNJ2EW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBT3LI#issuecomment-553860525>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNU5N7A4TCVCY4TIIS6MM3QTU55TANCNFSM4JNJ2EWQ>
.
--
Best regards
*Tomek Dziemidowicz*
E-mail: [email protected]
*Take care of the Environment with us!*
Do not print this message or other documents if it is not necessary.
|
Did you add all three tables to synchronization?
https://projects.ampliapps.com/projects/ampli-sync/wiki#AddTable-control-method
…On Thu, Nov 14, 2019 at 12:11 PM fhintsch ***@***.***> wrote:
The Demo seems to be only a fragment. Three tables should be sync, but
they are never added to sync. As a consequence the program runs in
ArgumentNullException
[image: Bildschirmfoto 2019-11-14 um 11 52 43]
<https://user-images.githubusercontent.com/3294876/68852230-c7eaa380-06d7-11ea-9225-a05e28020c3b.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26?email_source=notifications&email_token=ACNU5N73QYWUJX6YHES7EOLQTUW6JA5CNFSM4JNJ2EW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZJEG5Q>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNU5NYJAISBXZCV2N4RMZDQTUW6JANCNFSM4JNJ2EWQ>
.
--
Best regards
*Tomek Dziemidowicz*
E-mail: [email protected]
*Take care of the Environment with us!*
Do not print this message or other documents if it is not necessary.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Demo seems to be only a fragment. Three tables should be sync, but they are never added to sync. As a consequence the program runs in ArgumentNullException
The text was updated successfully, but these errors were encountered: