silverlight - Isolated storage is cleared after upgrade -


i'm developing windows phone silverlight 8.1 app , save data isolated storage. when updated app store realised app had created new db file. use sql server ce , it's datacontext.

that's connection string -"data source=isostore:/db.sdf;password='testpass';".

what reason of problem?


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -