You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a console program that will perform a Sync when it receives a signalR, but it says that the database is already open.
Yes, I use EntityFramework in my console project..
Dotmim.Sync.SyncException: '[InternalApplyChangesAsync]..[InternalApplyCleanErrorsAsync]..The process cannot access the file 'C:\Users....\dbo_Agendamentos_0000_SQLLocalTotem_ERRORS_rjc0yplu_f2y.json' because it is being used by another process.'
What should I do? Would just closing the connection first work?
use the SqlSyncChangeTrackingProvider()
The text was updated successfully, but these errors were encountered:
I have a console program that will perform a Sync when it receives a signalR, but it says that the database is already open.
Yes, I use EntityFramework in my console project..
Dotmim.Sync.SyncException: '[InternalApplyChangesAsync]..[InternalApplyCleanErrorsAsync]..The process cannot access the file 'C:\Users....\dbo_Agendamentos_0000_SQLLocalTotem_ERRORS_rjc0yplu_f2y.json' because it is being used by another process.'
What should I do? Would just closing the connection first work?
use the SqlSyncChangeTrackingProvider()
The text was updated successfully, but these errors were encountered: