xmlFileName = "c:\ghana.xml"
Dim FsXML As New FileStream(xmlFileName, FileMode.Open)

I have tried giving it all sorts of paths for file names, but It just can't find the file\ directory

stuff I've tried

xmlFileName = "ghana.xml"
xmlFileName = "\ghana.xml"
xmlFileName = "\..\ghana.xml"
I've tried putting the XML file in the solution folder, in the root C Folder and all...but I guess Im missing out on something.
thanks
Udit