Buffer cannot be null. (Parameter 'buffer')
See original GitHub issueBuffer cannot be null. (Parameter ‘buffer’)
INNER EXCEPTION
Buffer cannot be null. (Parameter ‘buffer’)
at System.IO.MemoryStream…ctor(Byte[] buffer, Boolean writable)
at System.IO.MemoryStream…ctor(Byte[] buffer)
at Dotmim.Sync.HashAlgorithm.SHA256.Create(Byte[] data)
at Dotmim.Sync.Web.Server.WebServerAgent.HandleRequestAsync(HttpContext httpContext, Action1 action, CancellationToken cancellationToken, IProgress1 progress)
Issue Analytics
- State:
- Created 10 months ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Buffer cannot be null. Parameter name: buffer
It means the Auth.IdentityTokenXChangeData.Deserialize method creates a new MemoryStream instance with a null buffer argument.
Read more >Hi, I get this messgae "buffer cannot be null. Parameter ...
My decryption show that error : Buffer cannot be null. Parameter name: buffer. Please help me to solve this problem. I want to...
Read more >Buffer cannot be null. Parameter name
After a Successful Test To Live when trying to login to the Console you may see an error Buffer cannot be null. Parameter...
Read more >Buffer cannot be null. Parameter name
I get the exception in the header when I try to convert the attached word document to pdf. I use the following code:...
Read more >RedisCacheStore - Buffer cannot be null · Issue #264
We observed the issue with RedisCacheStore: System.ArgumentNullException Buffer cannot be null. (Parameter 'buffer') CacheCow.Client.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks Dear it is working now 😀
Typically, what you can do is to use the sample https://github.com/Mimetis/Dotmim.Sync/tree/master/Samples/XamAppSync with your databas and see if it’s working