If I store some serialized objects in isolated storage and then two months down the line create an update for my app. Does the isolated storage get removed during the update procedure?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Data stored in isolated storage remains exactly as it was after you update as long as the update is done via the Marketplace. If the app is “sideloaded” or deployed by Visual Studio/Expression Blend then it will uninstall/reinstall not upgrade so you’ll loose what’s in isolated storage. If you don’t do a Rebuild All in Visual Studio, then it will leave isolated storage alone and effectively perform an upgrade.