.NET Micro Framework 0x80131700 Build Error

The following build error occurs when using the .NET Micro Framework project, whether in emulator mode or not.

0x80131700

or

error MMP0000: 0x80131700
+3
source share
1 answer

The solution using the drop-down file available in CodePlex (click here) also contains structure suggestions.

Note. Consider this problem during the electronics class, review the answer above by posting the solution here for people search, for archives and for easy reference in the future.



MetaDataProcessor .NET Micro Framework , ​​ .NET Framework 4.0 (, Visual Studio 2010 Windows XP). , MetaDataProcessor.exe.config , .exe( % ProgramFiles%\Microsoft.NET Micro Framework\v4.1\Tools); .NET Framework 2.0+ (3.5 SP1).

- MetaDataProcessor.exe.config:

<?xml version="1.0" encoding="utf-8" ?> 
<configuration>     
    <startup useLegacyV2RuntimeActivationPolicy="true">         
        <supportedRuntime version="v4.0.30319"/>    
    </startup>  
</configuration>
+8

Source: https://habr.com/ru/post/1777834/


All Articles