For Ilya Tumanov

  • Thread starter Thread starter David Fúnez
  • Start date Start date
D

David Fúnez

Ilya;

I just come from vacations and found your question of my thread for the
05-Jan:

"Why do you think your changes are not saved?
Best regards,
Ilya"

Well the changes are not saved because when i close the APP and run it
againg, is the same old data, no changes. And it happens with no error
message.

If you want it, i can send you the app so you can check it. It's just one
form and the XML files.
 
This scenario is very common and proven to work.

If you don't see saved file or you don't see changes, here are typical
reasons:



- File is written to the wrong location

- File is R/O (usually because of the source control)

- File is overwritten by VS as project is restarted

- Developer is trying to locate file written to the emulator on
desktop's file system



In your case, I suspect XML file is included into your project and you run
this application from VS.

VS would redeploy and overwrite modified XML file. All changes you've made
will be lost.



Best regards,



Ilya



This posting is provided "AS IS" with no warranties, and confers no rights.
 
Ilya;

Thanks a lot... you're right, i mount the App in the iPAQ and works ok... as
you can see i'm new with .NET, your help has been great for me.
 
Back
Top