Deployment and/or registration failed with error: There is not enough space on the disk.

  • Thread starter ramakrishna.jangala
  • Start date
R

ramakrishna.jangala

I have added a WCF service reference to my Mobile Client Application.
Whenever I build the application, It gives the following error
message.

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

Ecenthoug I didn't take the reference of some DLLs, but
System.Data.OracleClient.dll, System.EnterpriseServices.dll,
System.EnterpriseServices.Wrapper.dll, System.Transactions.dll are
being created in the Bin/Debug directory. I think becasue of the
extra DLLs I am getting the above error.

Please help me.
 
M

MobileMan

I've done a fair amount of WCF on the desktop, and am beginning work on
"mobile WCF" ..... I'm only guessing at this, but based on the other DLL's
that are showing up in the exception I can't help but wonder if the "desktop"
version of the WCF is being used instead of the CF v3.5??

Can you provide additional details?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top