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

Any way to use current Toolbox.NETMF 4.2 with SDK 4.3?


Best Answer Stefan, 06 May 2013 - 04:51 PM

There are 4.3 DLLs available if you download the source code. It will be embedded with the installer later.

Go to the full post


  • Please log in to reply
5 replies to this topic

#1 rht

rht

    Member

  • Members
  • PipPip
  • 15 posts

Posted 06 May 2013 - 03:15 PM

I installed the SDK 4.3 RTM on a Win7x64 machine in order to develop with VS2012. ... and then noticed that Toolbox.NETMF and oberon do not have 4.3 builds.

 

Now, when I start the emulator:

 Assembly: Microsoft.SPOT.Hardware.PWM (4.3.0.0)   (332 RAM - 1960 ROM - 808 METADATA)

 

... SDK4.3...

 

 

Loading Deployment Assemblies.
 
Resolving.
 
Link failure: some assembly references cannot be resolved!!
 
 
Assembly: Toolbox.NETMF.Core (4.2.0.0) needs assembly 'mscorlib' (4.2.0.0)
 
Assembly: Toolbox.NETMF.Core (4.2.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.2.0.0)
 
Assembly: Toolbox.NETMF.NET.Core (4.2.0.0) needs assembly 'mscorlib' (4.2.0.0)
 
Assembly: Toolbox.NETMF.NET.Core (4.2.0.0) needs assembly 'Toolbox.NETMF.Core' (4.2.0.0)
 
Assembly: Oberon.Netmf.Compatibility (1.0.0.0) needs assembly 'mscorlib' (4.2.0.0)
 
Error: a3000000
 
---
 
Is there an approach to map the DLL versions like in asp.net (where, syntax?) and are they at all compatible or do I have go back to VS2010 with the SDK 4.2? Or a src compile of the toolbox.netmf  with SDK4.3 the only solution?
 
Thanks for any tips!
GG


#2 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 06 May 2013 - 04:51 PM   Best Answer

There are 4.3 DLLs available if you download the source code. It will be embedded with the installer later.


"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#3 rht

rht

    Member

  • Members
  • PipPip
  • 15 posts

Posted 06 May 2013 - 05:15 PM

Works. Thanks for the tip.



#4 whitecap

whitecap

    Member

  • Members
  • PipPip
  • 11 posts

Posted 19 April 2014 - 10:16 PM

Hi There, I am using a Netduino Plus 2 with VS2012 and NETMF 4.3. When I add any of the toolbox DLLs to a project and then attempt to deploy to the device I get the same error as above:

 

Assembly: Toolbox.NETMF.NET.Core (4.3.0.0) needs assembly 'mscorlib' (4.3.0.0)
Assembly: Toolbox.NETMF.NET.Core (4.3.0.0) needs assembly 'Toolbox.NETMF.Core' (4.3.0.0)
Assembly: Toolbox.NETMF.NET.HTTP_Client (4.3.0.0) needs assembly 'mscorlib' (4.3.0.0) 
...
 
What am I missing here? 
 
Thanks for any help


#5 wendo

wendo

    Advanced Member

  • Members
  • PipPipPip
  • 85 posts

Posted 20 April 2014 - 02:51 AM

I had to compile it myself to get the 4.3.1.0 assemblies, which are what the non beta 4.3 sdk and firmware are based on.

 

I did this by downloading the sourcecode, opening the project file under the framework folder and changing the project to 4.3 (with the 4.3 QFE1 SDK installed) and building the code, then linking to that. 

 

In my case I also told it to build into a Release 4.3.1 folder so I could differentiate, but thats not required and meant a lot of additional file editing



#6 whitecap

whitecap

    Member

  • Members
  • PipPip
  • 11 posts

Posted 20 April 2014 - 03:33 AM

Hi Wendo,

 

Thanks so much... it did the trick.

 

Regards

Mike






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.