I was attempting to push a bunch of new files to my private Azure Devops source control repository using git and I get the following error: > error: unable to parse remote unpack status: ng refs/heads/dirtypiece/gdpr An > error occurred while communicating with the remote host. The error code is [...] read more
I'm performing a file upload to a .NET MVC server and I seem to randomly get "Overlapped I/O operation is in progress." This happens at almost every attempt. Based on the stack trace it never actually reaches my code so I'm not sure what's going on. The code is fairly [...] read more
I have a large body of JSON being sent to an endpoint of a .NET MVC app. The endpoint will always successfully execute the first time. The next time I use the endpoint, I get: > System.Web.HttpException (0x80004005): An error occurred while communicating > with the remote host. The error [...] read more
tl;dr What is the best way to pass binary data (up to 1MBish) from a WPF application to a WebAPI service method? -------------------------------------------------------------------------------- I'm currently trying to pass binary data from a WPF application to a WebAPI web service, with variable results. Small files (< 100k) generally work fine, but [...] read more