2nd double Post on one day...
OK - I know why it crashes. I run it with the dotNet Runtime Debugger and it reports me an unhandled Exception:
Unhandled exception generated: (0x15f6784) <System.UnauthorizedAccessException>
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0x15f6698) "Der Zugriff auf den Pfad C:\Program Files\Gemeinsame Dateien wurde verweigert."
_data=<null>
_innerException=<null>
_helpURL=<null>
_stackTrace=(0x15f6964) <System.SByte[]>
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0
_dynamicMethods=<null>
_HResult=-2147024891
_source=<null>
_xptrs=0
_xcode=-532459699
Exception is called:UNHANDLED
It tries to read "C:\Program Files\Gemeinsame Dateien", but fails. I will forward the log to the dev - maybe he could use it...