System.IO.Exception error: “The requested operation cannot be performed on a file with a user-mapped section open.”

Looks like another process had the file open using the file mapping (shared memory) APIs.

The find function in Process Explorer should be able to tell you.

Leave a Comment