G
google_groups3
BuildXML = New System.Xml.XmlTextWriter(Application.StartupPath &
"\data.xml", Nothing)
The above command gives me the error:
"An unhandled exception of type 'System.IO.IOException' occurred in
mscorlib.dll"
"Additional information: The process cannot access the file
"S:\bin\data.xml" because it is being used by another process."
Any ideas why?
P.S. In the form load event, it uses the same command but for a
different XML file to read in some info. But if i comment this line
out, I still get the above error.
TIA
"\data.xml", Nothing)
The above command gives me the error:
"An unhandled exception of type 'System.IO.IOException' occurred in
mscorlib.dll"
"Additional information: The process cannot access the file
"S:\bin\data.xml" because it is being used by another process."
Any ideas why?
P.S. In the form load event, it uses the same command but for a
different XML file to read in some info. But if i comment this line
out, I still get the above error.
TIA