View Single Post
  #43  
Old 06-23-2014, 07:18 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Any there are no files at all in the shared directory?

The problem is that MemoryMappedFile doesn't give nearly enough information to troubleshoot this without either changing the code or running it in the debugger. At a minimum you'd need to know the requested size that's passed in and what GetLastError() returns when it fails.
Reply With Quote