When I try to
System.Data.DataSet.ReadXML(myPath)
I get a System.UnauthorizedAccessException: Access to the path is denied.
This is because the file is apparently open/locked by another application.
I need to be able to read this file, even when the other application 'owns'
the file.
Any suggestions?
Thanks,
MS
Sreppohcdoow - 10 Jul 2006 13:06 GMT
Nevermind... found the ID10T error.
> When I try to
> System.Data.DataSet.ReadXML(myPath)
[quoted text clipped - 9 lines]
> Thanks,
> MS
JM - 10 Jul 2006 14:33 GMT
I also face the same problem. Can you please tell me whats the
solution?
Thanks
JM
> Nevermind... found the ID10T error.
>
[quoted text clipped - 11 lines]
> > Thanks,
> > MS