add init error message, fix installer
This commit is contained in:
@@ -102,7 +102,7 @@ Public NotInheritable Class frmSplash
|
||||
ERROR_INIT = "DATABASE"
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Unexpected Error in bw_DoWork: " & vbNewLine, MsgBoxStyle.Critical)
|
||||
MsgBox("Unexpected Error in bw_DoWork: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user