4 solutions found
0XC0000040 This error means your app tried to map a file section larger than 2GB on a 32-bit process. The fix is to target x64 or use memory-mapped file paging....
0XC0000088 This error means a flush operation tried to write to a section that isn't backed by a data file. The fix: check your memory-mapped file pointers and v...
0X00001ABE I/O on a section object that's been floated after a transaction ends. Usually means the app held a file mapping handle past a transaction commit or ro...
0X00001AB0 This error means you're trying to open a file or object inside a transaction that doesn't support it. The fix is immediate: change how you open it or ...