JORGEMAL Posted July 10, 2012 Posted July 10, 2012 I am developing an app in a Windows XP machine which modifies an XML file if certain conditions are met. It works fine in my development PC. Now, I installed such an app in a Windows Server 2008 machine and its behavior is different as follows: if the XML files does not exist then a new one is created, if the XML file already exists then it remains the same. I use the XmlTextWriter class to generate a new file (with the same name). I am sure this is an issue with the file permits but I am not an expert in Windows Server 2008 but a software developer. I will very much appreciate any help. Respectfully, Jorge Maldonado Quote
JORGEMAL Posted July 10, 2012 Author Posted July 10, 2012 I found the problem. The file needed to be created firstly in the Windows Server 2008 machine so its Creator Owner was updated. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.