Replies: 1 comment 5 replies
-
No Idea var options = new SyncOptions();
options.Logger = new SyncLogger().AddDebug().SetMinimumLevel(LogLevel.Trace); |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I had to recreate the SQL DB and since then Dotmim fails to create the relevant tables. It also doesn't generate a new SQLite database.
It is a WPF C# project, .net framework 4.8. (I had to downgrade the framework, the company refused to upgrade). It doesn't throw any error message at all.
Any ideas?
Kind regards,
Kamal
`
string conStr = DbManagerConnection.SqlConnection();
SqlSyncProvider serverProvider = new SqlSyncProvider(conStr);
Beta Was this translation helpful? Give feedback.
All reactions