Unfortunately, that dump file doesn't appear to contain an exception context with info on the crash. Can you get one that does? I'm not a .Net user myself, so I'm not sure how easy that is to do. One thing you could try is having Windows generate dump files automatically by applying this "localdumps-full" registry entry:
www.un4seen.com/stuff/localdumps.zipWindows will then generate a dump file in "%LOCALAPPDATA%\CrashDumps" whenever a crash occurs. Note that it'll be a full dump, so you might not want post it publicly if the app deals with any private info. You could upload it here instead:
ftp.un4seen.com/incoming/There's no need to include the system DLL and PDB files with the dump file. After you've got the dump file, you can use the "localdumps-off" registry file to disable the dump file generation.