Click here to Skip to main content
15,921,841 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am developing an applicaiton for Windows Mobile,
but when I run the code using the emulator even though I have already syncronized through windows mobile device center, it shows the error:

"Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '\Windows\NETCFv35.wm.ARMV4I.cab'. Error 0x80070070: There is not enough space on the disk.
Device Connectivity Component "

please help me,

my work has stopped due to this problem .

Thanks

[Update: posted as answer]
CSS
The emulator memory is 31MB , and with my application its memory is 17MB free , but when i start the application running then its free memory become 541KB , and the show error
"Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '\Windows\NETCFv35.wm.ARMV4I.cab'. Error 0x80070070: There is not enough space on the disk.
Device Connectivity Component "


please help me

[/Update]
Posted
Updated 31-Oct-10 23:49pm
v3
Comments
OriginalGriff 1-Nov-10 5:54am    
Answer revised - please don't post responses as answers - even when the email problem ()caused by the server move at the weekend) is fixed you are the only person who would get an email notification of a new answer. If you eddit you question, and then comment on my answer, I (should) get an email.

"There is not enough space on the disk."

What does this imply?
Check the memory you have assigned to your emulator - remember that the total memory of a Windows Mobile device is split between program and file storage. Make sure you have got the balance right or move some things to the Storage Card (or emulation of)

[edit 001]

541KB indicates you are right out of memory.

Try increasing your emulator memory to 128/256Mb and split it 50/50 between program and storage. When you get it running in the emulator, you can reduce this and fine tune. I have had this problem, and it sometimes just goes away when you get the program running and the deployment no longer needs to add ARMV4I any more.

For some reason, this does not seem to happen in real devices...
[/edit]
 
Share this answer
 
v2
yes even i am suffering from same problem .even my project has come to halt .


can amyone help on this topic
 
Share this answer
 
You should go and check your memory in your mobile device.

Some of device can't show actual memory, so you must be update manual.
How to update? Ok i will tell you, You drag to end your device memory progress bar to end.


May be Helpful,

Theingi Win
 
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