C
Can Erten
When I deploy my application to pocket pc. There is an xml file that I
read and change it appropriateley. However when I save the file, it
sets the attributes to read only enabled. I close the application,
uncheck the readonly attribute and starts working correctly. Whenever
It calls xmldocument save function the file becomes read only, and next
time it tries to open it gives unauthorizedexception.
How to avoid that? Use xmlwriter instead of xmldocument?
read and change it appropriateley. However when I save the file, it
sets the attributes to read only enabled. I close the application,
uncheck the readonly attribute and starts working correctly. Whenever
It calls xmldocument save function the file becomes read only, and next
time it tries to open it gives unauthorizedexception.
How to avoid that? Use xmlwriter instead of xmldocument?