G
Guest
Hi! I have an application that retrieves its settings from an Apache server
XML file.
The application bombs at this line for one user only:
m_XMLReader = new XmlTextReader(configFileURL);
Everybody else who logs into the laptop is able to use the application with
no problems. Is it a permission problem ? If so, what kind of permissions are
we talking about. I am very puzzled. The user is in another country and I can
not
get his laptop to troubleshoot.
Any ideas/suggestions are greatly appreciated.
Thank you in advance,
--Michael
XML file.
The application bombs at this line for one user only:
m_XMLReader = new XmlTextReader(configFileURL);
Everybody else who logs into the laptop is able to use the application with
no problems. Is it a permission problem ? If so, what kind of permissions are
we talking about. I am very puzzled. The user is in another country and I can
not
get his laptop to troubleshoot.
Any ideas/suggestions are greatly appreciated.
Thank you in advance,
--Michael