Click here to Skip to main content
15,897,187 members

Comments by Sreedhar Kadiyala (Top 1 by date)

Sreedhar Kadiyala 4-Jan-12 13:24pm View    
Hello Dave,
Thanks for the response. I'm trying to do that but it is not working. Here is the sample code I'm trying to close.

Dim txtReader As System.IO.StreamReader = New System.IO.StreamReader(sourceXML.ToString())
m_XMLSplitter.Split(txtReader, AddressOf SplitHandler)
txtReader.Close()
txtReader.Dispose()