This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Trying to profile my command line application in VS 2017 on a W10 machine with April 2018 Update, VS fails to create the report. The UI says Microsoft Visual Studio was unable to create a diagnostics report. Check Output window for errors. The Output window says Profiling of 'Program' started. [...] read more
We have an azure website with two instances. .net core 2.1.1 with ef core and some other basic dependencies. From time to time one of the instances gets in a corrupted state and starts throwing 500 on every request. The error logged in application insights is very low level so [...] read more