I'm getting error when I added
IsolatedStorageSettings appSettings = IsolatedStorageSettings.ApplicationSettings;
in my MainPage.xaml.cs for button click event.
Errors :
The type or namespace name 'IsolatedStorageSettings' could not be found (are you missing a using directive or an assembly reference?)
The name 'IsolatedStorageSettings' does not exist in the current context
I'm using visual studio ultimate 2013 (update 2).
Please help me