Problem pls help!

Hi,

i am trying to write a program for smart device. However when i am trying to deplay in the emulator is get this error message.

"Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\online_patient_information_system\system.windows.forms.dll'. Error 0x80070070: There is not enough space on the disk. Device Connectivity Component ".

What wrong with it Did i miss out something



Answer this question

Problem pls help!

  • ericka

    VS is trying to deploy flat framework assemblies and you're running out of space. Usual reason for that is having reference to some desktop assembly in device project. That is not allowed, so you need to find and remove this reference.



  • Problem pls help!