Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hye everyone,

i m working on Windows Phone 7, and while i m adding data in the app,
i need to increase the memory.

So, i used IsolatedStorage.IncreaseQuotaTo(neededSpace);

where neededSpace is a long variable and neededSpace = 1024 * 1024 * 5;

Also i m using the SilverlightPhone Database.
http://dotnetspeak.com/index.php/2011/02/
quick-start-guide-for-windows-phone-7-database/

when i try to increase the size of the isolated storage, it gives an exception- System.Exception
which says-
"An error occured while accessing IsolatedStorage".

Can anyone say why is it happening.
Thanks in advance.
Posted

1 solution

It was happening when the database size increases.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900