Wince C # debugging: 0 × 80070070: Insufficient disk space

Source: Internet
Author: User

Using C # As the interface is much more efficient than MFC.

In wince, if you need to create an interface or access the sqlce database, C # is very convenient. If you use MFC, you will find that accessing sqlce

It is troublesome to set many com interfaces for databases.

 

When C # is used for the first time to develop smart device applications, that is, the applications running on WinCE, use vs2005 to write the C # interface program, and then compile, debug, and download the program.

0x80070070: Insufficient disk space

 

The error message is as follows:

 

------ Generated: Project: file_cp, configuration: Debug any CPU ------ <br/> file_cp-> D: /My Documents/Visual Studio 2005/projects/file_cp/bin/debug/file_cp.exe <br/> ------ started Deployment: Project: file_cp, Configuration: debug any CPU ------ <br/> "C:/Windows/ASSEMBLY/gac_msil/System" is being deployed. web. regularexpressions/2.0.0.0 _ b03f5f7f11d50a3a/system. web. regularexpressions. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. serviceprocess/2.0.0.0 _ B0 3f5f7f11d50a3a/system. serviceprocess. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. design/2.0.0.0 _ b03f5f7f11d50a3a/system. design. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_32/system. transactions/2.0.0.0 _ b77a5c561934e089/system. transactions. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. web. services/2.0.0.0 _ b03f5f7f11d50a3a/system. web. services. DLL "<br/>" C:/Windows/ASSEMBLY/gac_msil/ACC "is being deployed. Essibility/2.0.0.0 _ b03f5f7f11d50a3a/accessibility. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_32/system. enterpriseservices/2.0.0.0 _ b03f5f7f11d50a3a/system. enterpriseservices. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. directoryservices/2.0.0.0 _ b03f5f7f11d50a3a/system. directoryservices. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. drawing. design/2.0.0.0 _ b03f5f7f11d50a3a/system. drawing. de Sign. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. runtime. remoting/2.0.0.0 _ b77a5c561934e089/system. runtime. remoting. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. directoryservices. protocols/2.0.0.0 _ b03f5f7f11d50a3a/system. directoryservices. protocols. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. configuration/2.0.0.0 _ b03f5f7f11d50a3a/system. configuration. DLL "<br/>" <br/> deploying "C :/ Windows/ASSEMBLY/gac_32/system. data. oracleclient/2.0.0.0 _ b77a5c561934e089/system. data. oracleclient. DLL </P> <p> is deploying "C:/Windows/ASSEMBLY/gac_msil/system. deployment/2.0.0.0 _ b03f5f7f11d50a3a/system. deployment. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. data. SQLXML/2.0.0.0 _ b77a5c561934e089/system. data. SQLXML. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. runtime. serialization. formatters. so AP/2.0.0.0 _ b03f5f7f11d50a3a/system. runtime. serialization. formatters. soap. DLL "<br/>" C:/Windows/ASSEMBLY/gac_msil/Microsoft. visualC/8.0.0.0 _ b03f5f7f11d50a3a/Microsoft. visualC. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_32/system. web/2.0.0.0 _ b03f5f7f11d50a3a/system. web. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. configuration. install/2.0.0.0 _ b03f5f7f11d50a3a/system. configuration. install. DL L "<br/>" C:/Windows/ASSEMBLY/gac_msil/system is being deployed. security/2.0.0.0 _ b03f5f7f11d50a3a/system. security. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. XML/2.0.0.0 _ b77a5c561934e089/system. XML. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. windows. forms/2.0.0.0 _ b77a5c561934e089/system. windows. forms. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_msil/system. drawing/2.0.0.0 _ b03f5f7f11d50a3a/system. draw Ing. DLL "<br/> is deploying" C:/Windows/ASSEMBLY/gac_msil/system/2.0.0.0 _ b77a5c561934e089/system. DLL "<br/> deploying" C:/Windows/ASSEMBLY/gac_32/system. data/2.0.0.0 _ b77a5c561934e089/system. data. DLL "<br/> deployment and/or registration failed. Error: 0x8973190e. An error occurred while writing the file "% csidl_program_files %/file_cp/mscorlib. dll. Error 0x80070070: Insufficient disk space. <Br/> ============ generate: 1 successful or latest, 0 failed, 0 skipped ============< br/>=========== deployment: 0 has been successfully deployed, 1 has failed, 0 skipped =============< br/>

 

 

 

Error 0x80070070: Insufficient disk space

If this error occurs, try to debug the memory size in wince, but the problem still cannot be solved.

You will find that you have downloaded a pair of ultra-large DLL files under your wince and have consumed up your memory disk.

 

 

Cause: C # depends on. NET Compact Framework 2.0.

Solution:

1. You can re-develop the wince kernel to select. NET Compact Framework 2.0.

2. You can install. NET Compact Framework 2.0 on wince.

 

To install. NET Compact Framework 2.0, follow these steps:

Download from Microsoft Official Website:. NET Compact Framework 2.0 first installed on PC

. NET Compact framework2.0:

. NET Compact framework2.0

 

Before installation, make sure that Microsoft actionsync is connected. After. NET Compact framework2.0 is installed on the PC

. NET Compact framework2.0 is installed on your development board wince.

 

After the installation, re-compile the C # project to compile and download normally, instead of the oversized DLL.

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.