S
Shawn
Hi. Can anyone please explain to me why this method "restarts" after the
StreamWriter is created?? Put a brakepoint on the sub and you will see what
I mean. I've tried running it on a different machine and the same thing
happends. I'm running .NET Framework 1.0
Private Sub test()
Dim swWebBidLog As System.IO.StreamWriter
Dim strLogFile As String
strLogFile = Server.MapPath("log.log")
swWebBidLog = New System.IO.StreamWriter(strLogFile, True,
System.Text.Encoding.Default)
End Sub
Thanks,
Shawn
StreamWriter is created?? Put a brakepoint on the sub and you will see what
I mean. I've tried running it on a different machine and the same thing
happends. I'm running .NET Framework 1.0
Private Sub test()
Dim swWebBidLog As System.IO.StreamWriter
Dim strLogFile As String
strLogFile = Server.MapPath("log.log")
swWebBidLog = New System.IO.StreamWriter(strLogFile, True,
System.Text.Encoding.Default)
End Sub
Thanks,
Shawn