diff --git a/Global_Indexer/frmSplash.vb b/Global_Indexer/frmSplash.vb index d95c909..40816a1 100644 --- a/Global_Indexer/frmSplash.vb +++ b/Global_Indexer/frmSplash.vb @@ -83,7 +83,7 @@ Public NotInheritable Class frmSplash ' Bei Fehler MsgBox anzeigen und Programm beenden If e.Error IsNot Nothing Then MsgBox(e.Error.Message, MsgBoxStyle.Critical, "Error while Initializing application") - Application.Exit() + Application.ExitThread() End If ' Wenn kein Fehler, Splashscreen schließen