Logfiles VB.NET

  • Thread starter Thread starter Johnny E Jensen
  • Start date Start date
J

Johnny E Jensen

Hello

I have made a tool in VB6 to track users logging into our RAS Server.
The tool opens the logfiles made by the RAS Server. To read the logfile i
use scripting textstream. It works fine.

Now I want to make the same tool in VB.NET using System.IO.StreamReader or
the FileStream. I get the error : Can't Open File - because it is being used
by another process.? How can i open that file in vb.net?

Kind regards
Johnny E Jensen
 
Back
Top