Dim line As String
Using readFile As New StreamReader(SalesUpdateFile)
While (line = readFile.ReadLine) IsNot Nothing
i am new to vb and everytime i run this code it gives me this error "IS" requires an operand that have a refrence type any help will be highly apperciated thnx