This commit is contained in:
SchreiberM
2016-10-19 09:11:33 +02:00
parent 353f161c57
commit 11ec67a434
8 changed files with 194 additions and 74 deletions

View File

@@ -44,6 +44,12 @@ Public Class ClassLicence
ClassLogger.Add(">> Could not read License for LICENSE_SAP_Connect: " & ex.Message, False)
LICENSE_SAP_Connect = False
End Try
Try
LICENSE_SITE = CBool(split(4))
Catch ex As Exception
ClassLogger.Add(">> Could not read License for LICENSE_SAP_Connect: " & ex.Message, False)
LICENSE_SITE = False
End Try
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Error in licensemanager:")
End Try