Click here to Skip to main content
15,902,884 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Currently i have developed one silverlight5 app which will capture image from webcam and store that image in IsolatedStorage.

For this i have checked the Require Elevated trust when running in-browser checkbox and also i done siging up XAP by creating a test certificatea and i have uploaded that app int cloud.

But while running that app in a client mechine using cloud url, we are unable to store that captured image in a Client mechine's isolated storage. It throws an exception just like Unable to store image due to insufficient memory. But i have written a code to increase isolatedstorage memory size by asking user permission. But it not working properly.

Can anyone please help me know the solution for this problem.
Posted

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