Value cannot be null.
Parameter name: stream
I'm not sure how to resolve this. I have referenced filefs but before this was working fine:
Dim file As New IO.FileInfo(sIncomingfile)
Dim filefs As IO.FileStream = Nothing
Dim reader As New IO.StreamReader(filefs) <-------- Problem is that it doesn't like Nothing