MS Optimizing, CurrentLocal
This commit is contained in:
@@ -29,7 +29,7 @@ Public Class ProfileSearches
|
||||
Try
|
||||
If _Environment.Service.IsActive = True Then
|
||||
Try
|
||||
Dim oSplit() As String = _Environment.Service.Address.Split(";")
|
||||
Dim oSplit() As String = _Environment.Service.Address.Split(":")
|
||||
Dim oAppServerAddress As String = oSplit(0)
|
||||
Dim oAppServerPort As Integer = 9000
|
||||
If oSplit.Length = 2 Then
|
||||
|
||||
Reference in New Issue
Block a user