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.
I have been working on this for hours. I have tried to find the right answer, but I just can't. I have searched around, and many people say that the input is numbers 1-6 and no repeat, but I can't find where it says that anywhere in the assembly code. [...] read more
I have a Winform application (C#) which imports some functions from dll. Sometimes when running the application i get the following exception: > System.AccessViolationException: Attempted to read or write protected memory. > This is often an indication that other memory is corrupt. I catch it in AppDomain.CurrentDomain.UnhandledException. So i tried [...] read more