Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Build error 0x80131700


  • Please log in to reply
9 replies to this topic

#1 teachop

teachop

    Advanced Member

  • Members
  • PipPipPip
  • 44 posts

Posted 26 December 2010 - 10:29 PM

Trying to build my first Netduino mini application (the LED blink example), I get one error Description = 0x80131700 File = MMP Anybody, can you point me in the right direction on how to get help on this? I don't know Visual Studio well, being mostly an embedded programmer.

#2 CW2

CW2

    Advanced Member

  • Members
  • PipPipPip
  • 1592 posts
  • LocationCzech Republic

Posted 26 December 2010 - 10:33 PM

I get one error Description = 0x80131700 File = MMP

Please have a look at .NET Micro Framework issue #221.

#3 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 26 December 2010 - 10:37 PM

Hi teachop,

Not a very descriptive error, is it? :)

The most likely possibility is that you have Visual Studio 2010 installed on your computer (which uses the .NET 4.0 CLR) but not the .NET 2.0 CLR (which the MetaDataProcessor post-processor for .NET MF 4.1 apparently uses).

Let's try one of the following two options first:
1. Install .NET Framework 3.5 SP1 on your computer. This includes the latest ".NET 2.0 CLR"
2. Or create a MetaDataProcessor.exe.config file to force it to use .NET 4.0. See this StackOverflow post.

If that doesn't work, we can hunt down some other possibilities. But this appears to be the most likely scenario.

We'd love to see what you build with your Netduino Mini!

Chris

#4 teachop

teachop

    Advanced Member

  • Members
  • PipPipPip
  • 44 posts

Posted 27 December 2010 - 12:47 AM

Thank you, CW2 and Chris Walker, that nailed it. We have achieved blinky. Now for some fun...

#5 luca max

luca max

    New Member

  • Members
  • Pip
  • 1 posts

Posted 17 March 2012 - 07:56 AM

Thanks so much!!! This solved my issue too!!! Luca

#6 Randyjp

Randyjp

    New Member

  • Members
  • Pip
  • 5 posts

Posted 08 September 2012 - 03:35 AM

Chris you nail it!! Thanks so much

#7 Chris Harrod

Chris Harrod

    Member

  • Members
  • PipPip
  • 15 posts

Posted 01 November 2012 - 11:17 PM

I figured I'd bump this and add information to people who are searching. You'll run into this issue if you're running VS 2010 on Server 2012. You have to use Server Manager to add the ".NET Framework 3.5" feature.

#8 lancewmccarthy

lancewmccarthy

    New Member

  • Members
  • Pip
  • 9 posts
  • LocationBoston, MA USA

Posted 04 April 2013 - 02:53 AM

Perfect fix, the config file was a better approach for me because I am using a Surface Pro and don't want to install extra frameworks I wont be using.

 

Download the MetaDataProcessor config file from this post 

 

Copy the file in the following location:

C:Program Files (x86)Microsoft .NET Micro Frameworkv4.3Tools


Lance McCarthy

Microsoft MVP (Windows Platform Development)


#9 Frode

Frode

    Advanced Member

  • Members
  • PipPipPip
  • 202 posts
  • LocationNorway

Posted 23 January 2014 - 03:22 PM

Thanks, this helped me as well. 

 

I reinstalled my computer yesterday. Installed Windows 8, upgraded to 8.1 and installed Visual Studio 2013. Got this error afterwards. Fixed it by installing .NET 3.5 SP1 from Chris' link.



#10 TheRealGis

TheRealGis

    New Member

  • Members
  • Pip
  • 2 posts

Posted 12 April 2014 - 09:32 PM

Thanks, worked for me as well.

 

After "refreshing" my computer and installing Windows 8.1 Update, I had to reinstall VS2012, etc. and got that same error message. Installing .NET Framework 3.5 SP1 fixed the issue.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.