Dear David,
Debugging and analysis of crash dump is disabled in protected
application for security purpose. This prevents from any unauthorized
debugging of the application to get the memory dump and other information.
To analyse the crash dump at your end, you can replace the
protected exe with the unprotected version and then use it with the
pdb files to check the execution stack.
Thanks,
Ashish