c# - Windows 8 phone application runs out of memory -


i have windows phone(lumia 920) app deals lot of images(10 or full resolution) being captured camera.

it being sent asynchronously service(wcf) , discarded phone. when wifi little slow photos in memory of phone gets bottle , out of memory exception occurs.

this not app on store want increase available usage on phone.

i have tried set

<requirements>      <requirement name="id_req_memory_300" /> </requirements> 

yet having same issue.

have tried saving images isolatedstorage, disposing of in-memory objects, recovering each image in turn form isolatedstorage memory, uploading it, then, when sure has been uploaded, disposing of isolatedstorage version?


Comments

Popular posts from this blog

Need help in packaging app using TideSDK on Windows -

java - Why does my date parsing return a weird date? -

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -