Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\smartdeviceproj\system.dll'. Error 0x80070070: There is not enough space on the disk.
Device Connectivity Component
i dnt know how to fix this error
when i place grid it showing error like this
but i do without grid it doesnt gives me error
i dnt know how to fix this..
i use emulator to pocket pc 2003 emulator..
to check the proj

error help please
Aravind_Sekar
VS should never deploy assemblies like system.dll separately. If it does, that means you have a bad reference, directly or indirectly (e.g. you have a reference to assembly which has a reference to desktop assembly) which you should find and remove - just checking them would not work. E.g. make sure you're not using any incompatible 3rd party components. Or, perhaps you have a reference to your own DLL which is compiled for desktop instead of device.
cedubose
I' ve got the same problem- when I run the emulator the following message apears:
Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_personal%\project1\system.dll'. Error 0x80070070: There is not enough space on the disk.
Device Connectivity Component
I've checked all the references, but I still got the message,
please, what else could be done
pamiha
kevin7776
It seems you might be using a component which includes a reference to a desktop assembly.
I would recommend you double check all your references to ensure that there is none that uses a desktop assembly.
Your device is running out of space becaue Visual Studio is attempting to deploy an assembly to the device that is too large.
Cheers.