の宣言ですsave_g
public static IsolatedStorageSettings save_g = IsolatedStorageSettings.ApplicationSettings;
ここで cons.term[7] は文字列型です
save_g[cons.term[7]] = (double)save_g[cons.term[7]] + 1;
上記のステートメントは、エミュレーター上で問題なく実行されます。しかし、デバイス (Lumia 820) で実行すると、エラーが発生します。
A first chance exception of type 'System.InvalidCastException' occurred in PhoneApp2.DLL
An exception of type 'System.InvalidCastException' occurred in PhoneApp2.DLL but was not handled in user code
そして、何が悪いのかわかりません。
助けてください。