Here are the lines...

            userID = m_WsAuth.InsertUser(m_Ticket, newUserInfo)

            'all TaskVision web services return nothing to indicate an expired ticket
            If userID = -1 Then

Is the last line correct or is the comment above it correct?

Kyle!