spj-uk

Results 7 issues of spj-uk

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 am using the WebClientOrchestrator to sync from an 'offline' SQLite DB to a SQL Server however local changes are not being synchronised. ``` cs var authenticationBytes = Encoding.ASCII.GetBytes($"{mdlPlugin.Username}:{mdlPlugin.Password}"); HttpClient...

We are using peerjs with reverse proxy on IIS. All works lovely on browsers except Safari on iOS. We get the following error: Error during websocket handshake 'Connection' header value...

I get an error TypeError: L.control.mousePosition is not a function

I have a process where if a database does not exist locally I perform a sync from the server to create the 'template'. It does create it but it looks...

Is it possible to force a sync in one direction? For example a users table in SQL Server and pull it down to the local to overwrite any existing records.

If a database is backed up on our SQL Server having been used previously and then we restore it and attach. It has the tracking tables etc where as a...