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

Link failure: some assembly references cannot be resolved!!


  • Please log in to reply
1 reply to this topic

#1 pjnowak

pjnowak

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts

Posted 07 January 2012 - 04:36 PM

I just upgraded my Netduino Plus to 4.2 RC. Now when I deploy my project I get the following errors. Any Idea? I changed everything over to 4.2. ------------------------------------------------------------------------------------------------------------- Link failure: some assembly references cannot be resolved!! Assembly: Nowakdom.Netduino.Brewery.Manager (1.0.0.0) needs assembly 'Nowakdom.Netduino.Common' (1.0.0.0) Assembly: Nowakdom.Netduino.Brewery.Manager (1.0.0.0) needs assembly 'SecretLabs.NETMF.Hardware' (4.1.0.0) Assembly: Nowakdom.Netduino.Common (1.0.0.0) needs assembly 'SecretLabs.NETMF.Hardware' (4.1.0.0) Assembly: Nowakdom.Netduino.Common (1.0.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0) Assembly: Nowakdom.Netduino.Brewery (1.0.0.0) needs assembly 'Nowakdom.Netduino.Brewery.Manager' (1.0.0.0) Assembly: Nowakdom.Netduino.Brewery (1.0.0.0) needs assembly 'Nowakdom.Netduino.Common' (1.0.0.0) Error: a3000000 Waiting for debug commands... The program '[1] Micro Framework application: Managed' has exited with code 0 (0x0). -------------------------------------------------------------------------------------------- HalSystemInfo.halVersion: 4.2.0.0 HalSystemInfo.halVendorInfo: Netduino Plus (v4.2.0.0 RC3) by Secret Labs LLC HalSystemInfo.oemCode: 34 HalSystemInfo.modelCode: 177 HalSystemInfo.skuCode: 4097 HalSystemInfo.moduleSerialNumber: 00000000000000000000000000000000 HalSystemInfo.systemSerialNumber: 0000000000000000 ClrInfo.clrVersion: 4.2.0.0 ClrInfo.clrVendorInfo: Netduino Plus (v4.2.0.0 RC3) by Secret Labs LLC ClrInfo.targetFrameworkVersion: 4.2.0.0 SolutionReleaseInfo.solutionVersion: 4.2.0.0 SolutionReleaseInfo.solutionVendorInfo: Netduino Plus (v4.2.0.0 RC3) by Secret Labs LLC SoftwareVersion.BuildDate: Oct 16 2011 SoftwareVersion.CompilerVersion: 410713 FloatingPoint: False SourceLevelDebugging: True ThreadCreateEx: True LCD.Width: 0 LCD.Height: 0 LCD.BitsPerPixel: 0 AppDomains: False ExceptionFilters: True IncrementalDeployment: True SoftReboot: False Profiling: False ProfilingAllocations: False ProfilingCalls: False IsUnknown: False

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 08 January 2012 - 01:24 AM

Hi pjnowak, Unlike the desktop or Compact frameworks, assemblies in .NET MF need to all be compiled with the same version of .NET MF. The Nowakdom.Netduino assemblies here are compiled against .NET MF 4.1. When you try to deploy a .NET MF 4.2 app using these older assemblies...the compiler/deployment gets cranky :) If you switch them to target .NET MF 4.2, Visual Studio should be happy. Chris




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.