Dotmim.Sync icon indicating copy to clipboard operation
Dotmim.Sync copied to clipboard

A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/

Results 72 Dotmim.Sync issues
Sort by recently updated
recently updated
newest added

I'm going through your documentation and just noticed an incorrect variable name. Nothing exciting.

Most probably, the `v0.95` will become `v1` when all the bugs will be resolved. Please: - Test the new version as it's a major one : Have a look here...

I am using the framework to sync to sql server databases one is the localdb and the other one is on the cloud with WinForms application. I use the code...

We are using the library with version 0.6.1: SqlServer like remote DB and Sqlite for local one. After a database schema change, we tried to apply deprovision/provision following the sample...

We've had an issue where a customer printed an invoice with another customer's letterhead. The letterhead is stored as a Base64 string in the Pictures table on the client and...

System.TypeLoadException HResult=0x80131522 Message=Method 'GetTableBuilder' in type 'Dotmim.Sync.SqlServer.SqlSyncProvider' from assembly 'Dotmim.Sync.SqlServer, Version=0.9.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. Source=WindowsFormsClassic StackTrace: at WindowsFormsClassic.Form1.d__3.MoveNext() in C:\Users\Simon\Downloads\Dotmim.Sync-master\Dotmim.Sync-master\Samples\WindowsFormsClassic\Form1.cs:line 53 at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) at WindowsFormsClassic.Form1.button1_Click(Object...

I have a WPF application that is always reading from the SQLite databases online or offline. Then anytime they navigate in the app or save anything I'm always making sync...

When syncing a scope using batching there is one transaction. If there is a large amount of data to sync the transaction runs for a long time when applying the...

Any plans to work with VistaDB database?