visual studio 2010 - 0x80131700 Build Error on .NET Micro Framework -


the following build error occurs when using .net micro framework project, whether in emulator mode or not.

0x80131700 

or

error mmp0000: 0x80131700 

solution way of drop-in file available on codeplex (click here), contains suggestions frameworks.

note: ran problem during electronics class, googled above answer, posting solution here people find, archive , easy future reference.


description
metadataprocessor fails above error during build of .net micro framework project on computer .net framework 4.0 installed (e.g. visual studio 2010 on clean windows xp mode virtual machine). workaround issue copy attached metadataprocessor.exe.config file directory .exe file located (default %programfiles%\microsoft .net micro framework\v4.1\tools); alternatively install .net framework 2.0+ (3.5 sp1).

file attachment - metadataprocessor.exe.config contents:

<?xml version="1.0" encoding="utf-8" ?>  <configuration>          <startup uselegacyv2runtimeactivationpolicy="true">                  <supportedruntime version="v4.0.30319"/>         </startup>   </configuration> 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -