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

Error a3000000


  • Please log in to reply
21 replies to this topic

#1 softlock

softlock

    New Member

  • Members
  • Pip
  • 5 posts

Posted 08 March 2012 - 11:36 AM

Hi everybody! Im trying to make some test whith NETMF Toolbox. When I try to deploy the project obtain the followin error: Link failure: some assembly references cannot be resolved!! Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'Toolbox.NETMF' (0.1.0.0) Assembly: Rotary Encoder (1.0.0.0) needs assembly 'Toolbox.NETMF.Hardware' (1.0.0.0) Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'mscorlib' (4.2.0.0) Error: a3000000 My mscorlib version is 4.1.2821.0 so may be thats the problem. is it? if so, how I update to 4.2? just download and replace? any suggestion would be appreciated. Regards.

#2 Stefan

Stefan

    Moderator

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

Posted 08 March 2012 - 11:41 AM

Hi softlock and welcome to the Netduino community! The toolbox comes with two builds, one for 4.1 and one for 4.2. The source code files work in both versions. See http://netmftoolbox....se the classes? for more :)
"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 softlock

softlock

    New Member

  • Members
  • Pip
  • 5 posts

Posted 08 March 2012 - 11:57 AM

Hi Stefan,

Thanks for your soon answer.

I verify that Im using dlls at the folder "Release" not "Release(4.2)" so i think im trying to use 4.1 release.

I try with a new project and adding reference again for version 4.1 and this is the log report when i try to deploy:

TinyCLR (Build 4.1.2821.0)
Starting...
Found debugger!
Create TS.
Loading start at 14d324, end 162e8c
Attaching file.
Assembly: mscorlib (4.1.2821.0) (3880 RAM - 33236 ROM - 19134 METADATA)
Attaching file.
Assembly: Microsoft.SPOT.Native (4.1.2821.0) (1144 RAM - 6516 ROM - 4479 METADATA)
Attaching file.
Assembly: Microsoft.SPOT.Hardware (4.1.2821.0) (1752 RAM - 11440 ROM - 7371 METADATA)
Attaching file.
Assembly: Microsoft.SPOT.Net (4.1.2821.0) (704 RAM - 5060 ROM - 2452 METADATA)
Attaching file.
Assembly: System (4.1.2821.0) (872 RAM - 5992 ROM - 3206 METADATA)
Attaching file.
Assembly: Microsoft.SPOT.IO (4.1.2821.0) (740 RAM - 4620 ROM - 2522 METADATA)
Attaching file.
Assembly: System.IO (4.1.2821.0) (1548 RAM - 13292 ROM - 5862 METADATA)
Attaching file.
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.1.2821.0) (512 RAM - 3488 ROM - 1543 METADATA)
Attaching file.
Assembly: Microsoft.SPOT.Hardware.Usb (4.1.2821.0) (580 RAM - 3740 ROM - 1844 METADATA)
Attaching file.
Assembly: SecretLabs.NETMF.Hardware (4.1.0.0) (256 RAM - 1108 ROM - 491 METADATA)
Attaching file.
Assembly: SecretLabs.NETMF.Diagnostics (4.1.0.0) (180 RAM - 440 ROM - 166 METADATA)
Loading Deployment Assemblies.
Attaching deployed file.
Assembly: NetduinoPlusApplication1 (1.0.0.0) (272 RAM - 764 ROM - 399 METADATA)
Attaching deployed file.
Assembly: Toolbox.NETMF.Hardware (1.0.0.0) (1840 RAM - 18404 ROM - 7449 METADATA)
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware.NetduinoPlus (4.1.0.0) (268 RAM - 816 ROM - 423 METADATA)
Attaching deployed file.
Assembly: Toolbox.NETMF (0.1.0.0) (244 RAM - 1468 ROM - 435 METADATA)
Resolving.
Link failure: some assembly references cannot be resolved!!
Assembly: NetduinoPlusApplication1 (1.0.0.0) needs assembly 'Toolbox.NETMF.Hardware' (1.0.0.0)
Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'Toolbox.NETMF' (0.1.0.0)
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'mscorlib' (4.2.0.0)
Error: a3000000
Waiting for debug commands...
El programa '[1] Micro Framework application: Administrado' terminó con código 0 (0x0).


Some idea about what im doing wrong?

Regards.

Edited by Stefan, 08 March 2012 - 01:11 PM.
added [quote] tags around the debugging output


#4 Stefan

Stefan

    Moderator

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

Posted 08 March 2012 - 12:03 PM

oh dear, you're right. The DLLs require the wrong version. Going to fix that today, I'll keep you posted ;)
"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

#5 Stefan

Stefan

    Moderator

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

Posted 08 March 2012 - 12:13 PM

Fixed in changeset 13044 :)
"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

#6 softlock

softlock

    New Member

  • Members
  • Pip
  • 5 posts

Posted 08 March 2012 - 12:58 PM

Hi Stefan, I download the changeset13044 but problems persists. Did you try? May be Im making something wrong. Thanks again. Bye

#7 Stefan

Stefan

    Moderator

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

Posted 08 March 2012 - 01:06 PM

Did you try? May be Im making something wrong.

I did as far as I can right now, I don't have real hardware with me at the moment, but I could reproduce your issue against the emulator, and now I can't anymore ;)

I can try on real hardware in approx. 8 hours.

Emulator output:

Found debugger!
The debugging target runtime is loading the application assemblies and starting execution.
Loading Deployment Assemblies.
Resolving.
The debugging target runtime is loading the application assemblies and starting execution.
Ready.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.1\Assemblies\le\mscorlib.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.1\Assemblies\le\Microsoft.SPOT.Native.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.1\Assemblies\le\Microsoft.SPOT.Hardware.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.1\Assemblies\le\Microsoft.SPOT.Hardware.SerialPort.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Program Files (x86)\Secret Labs\Netduino SDK\Assemblies\v4.1\le\SecretLabs.NETMF.Hardware.Netduino.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Program Files (x86)\Secret Labs\Netduino SDK\Assemblies\v4.1\le\SecretLabs.NETMF.Hardware.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Users\stetho\AppData\Local\Temporary Projects\NetduinoApplication1\bin\Debug\le\NetduinoApplication1.exe', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Users\stetho\Desktop\updates\netmftoolbox\Release\le\Toolbox.NETMF.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Users\stetho\Desktop\updates\netmftoolbox\Release\le\Toolbox.NETMF.Hardware.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Users\stetho\Desktop\updates\netmftoolbox\Release\le\Toolbox.NETMF.NET.dll', Symbols loaded.
'Microsoft.SPOT.Emulator.Sample.SampleEmulator.exe' (Managed): Loaded 'C:\Users\stetho\Desktop\updates\netmftoolbox\Release\le\Toolbox.NETMF.Hardware.WiFlyGSX.dll', Symbols loaded.
The thread '<No Name>' (0x2) has exited with code 0 (0x0).
Done.
The thread '<No Name>' (0x1) has exited with code 0 (0x0).
The program '[5300] Micro Framework application: Managed' has exited with code 0 (0x0).

With the wrong versions:

Found debugger!
The debugging target runtime is loading the application assemblies and starting execution.
Loading Deployment Assemblies.
Resolving.
Link failure: some assembly references cannot be resolved!!
Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.2.0.0)
Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'mscorlib' (4.2.0.0)
Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'Microsoft.SPOT.Native' (4.2.0.0)
Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'Microsoft.SPOT.Hardware.SerialPort' (4.2.0.0)
Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'SecretLabs.NETMF.Hardware' (4.2.0.0)
Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'Toolbox.NETMF' (0.1.0.0)
Assembly: Toolbox.NETMF.Hardware.WiFlyGSX (1.0.0.0) needs assembly 'mscorlib' (4.2.0.0)
Assembly: Toolbox.NETMF.Hardware.WiFlyGSX (1.0.0.0) needs assembly 'Toolbox.NETMF.NET' (1.0.0.0)
Assembly: Toolbox.NETMF.Hardware.WiFlyGSX (1.0.0.0) needs assembly 'Microsoft.SPOT.Hardware.SerialPort' (4.2.0.0)
Assembly: Toolbox.NETMF.Hardware.WiFlyGSX (1.0.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.2.0.0)
Assembly: Toolbox.NETMF.Hardware.WiFlyGSX (1.0.0.0) needs assembly 'Toolbox.NETMF' (0.1.0.0)
Assembly: Toolbox.NETMF.NET (1.0.0.0) needs assembly 'mscorlib' (4.2.0.0)
Assembly: Toolbox.NETMF.NET (1.0.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.2.0.0)
Assembly: Toolbox.NETMF.NET (1.0.0.0) needs assembly 'Toolbox.NETMF' (0.1.0.0)
Assembly: Toolbox.NETMF.NET (1.0.0.0) needs assembly 'Microsoft.SPOT.Native' (4.2.0.0)
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'mscorlib' (4.2.0.0)
Error: a3000000
The program '[1088] Micro Framework application: Managed' has exited with code 0 (0x0)


"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

#8 PhillipMorris

PhillipMorris

    Member

  • Members
  • PipPip
  • 17 posts
  • LocationSerres, HELLAS

Posted 27 May 2012 - 05:34 PM

Hello,
I am trying to test AutoRepeatInputBox on NetduinoGO but when I compile I get the following :

Create TS.
Loading start at 8056cd0, end 806dbf8
Assembly: mscorlib (4.2.0.0)
Assembly: Microsoft.SPOT.Native (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0)
Assembly: Microsoft.SPOT.IO (4.2.0.0)
Assembly: System.IO (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1)
Assembly: Microsoft.SPOT.Hardware.Usb (4.2.0.0)
Assembly: SecretLabs.NETMF.Diagnostics (4.2.0.0)
Assembly: SecretLabs.NETMF.IO (4.2.0.0)
Loading Deployment Assemblies.
Attaching deployed file.
Assembly: NetduinoGo.ShieldBase (0.1.0.0)
Attaching deployed file.
Assembly: Microsoft.VisualBasic (1.0.0.0)
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware.NetduinoGo (4.2.0.0)
Attaching deployed file.
Assembly: NetduinoGoApplication1 (1.0.0.0)
Attaching deployed file.
Assembly: GoBus (1.0.0.0)
Attaching deployed file.
Assembly: Toolbox.NETMF (0.1.0.0)
Resolving.
Link failure: some assembly references cannot be resolved!!
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'mscorlib' (4.1.2821.0)
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0)
Error: a3000000
Waiting for debug commands...
The program '[11] Micro Framework application: Managed' has exited with code 0 (0x0).


I am using the DLLs from 4.2 folder of Commit 14568
What am I doing wrong ?

#9 Stefan

Stefan

    Moderator

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

Posted 27 May 2012 - 05:41 PM

Hi, I'm a bit curious, this is posted in the 'Netduino Plus' forum but you included a reference to Assembly: NetduinoGo.ShieldBase (0.1.0.0) What kind of hardware do you use and which firmware is on that device? Ps. try commit 15010
"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

#10 PhillipMorris

PhillipMorris

    Member

  • Members
  • PipPip
  • 17 posts
  • LocationSerres, HELLAS

Posted 28 May 2012 - 04:59 AM

I am using Netduino Go with 4.2 firmware

#11 Stefan

Stefan

    Moderator

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

Posted 28 May 2012 - 06:43 AM

I am using Netduino Go with 4.2 firmware

Ok. Did commit 15010 (or newer) work?
"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

#12 PhillipMorris

PhillipMorris

    Member

  • Members
  • PipPip
  • 17 posts
  • LocationSerres, HELLAS

Posted 28 May 2012 - 12:19 PM

I tried both 15010 and 15014.

Assembly: Toolbox.NETMF.Hardware (1.0.0.0) needs assembly 'Toolbox.NETMF' (0.1.0.0)
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'mscorlib' (4.1.2821.0)
Assembly: Toolbox.NETMF (0.1.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0)
Error: a3000000
Waiting for debug commands...
The program '[1] Micro Framework application: Managed' has exited with code 0 (0x0).


Should I copy the DLL files in Program Files Directory ?

#13 Stefan

Stefan

    Moderator

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

Posted 28 May 2012 - 12:23 PM

I tried both 15010 and 15014.
Should I copy the DLL files in Program Files Directory ?

That's not required, just somewhere where you can browse to them.
It's strange since I can't reproduce your issue if I download it from the repository now. Could you upload your project as zip file and/or mail it to me? Then I'll look what's going on. Probably trying to reach an old reference for some reason.
"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

#14 PhillipMorris

PhillipMorris

    Member

  • Members
  • PipPip
  • 17 posts
  • LocationSerres, HELLAS

Posted 28 May 2012 - 06:45 PM

There you go.

AutoRepeatInputPort Example

Please help...

#15 Stefan

Stefan

    Moderator

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

Posted 28 May 2012 - 07:55 PM

Yea that's the problem. Visual Studio makes cache-files from dependencies. I always remove my bin and obj folders when I encounter dependency issues. It's currently fetching the Toolbox.NETMF.dll from bin/debug/Toolbox.NETMF.dll, which is the wrong one. Remove those files, add the right dependencies, and problem solved!
"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

#16 Jack Chidley

Jack Chidley

    Advanced Member

  • Members
  • PipPipPip
  • 99 posts

Posted 13 October 2012 - 12:18 PM

I get the Error: a3000000 thing when I have both the Netduino SDK and any GHI SDK simultaneously installed. The fix is: 1) Remove the GHI stuff 2) reapply Visual Studio SP1 3) reapply Net Framework SDK 4) reapply Netduino SDK Some of these setups might be overkill. But it does work. Obviously, this means that I can't use both GHI and Netduino on the same machine. I've tried to use a virtual machine but I can't get the USB drivers to be recognised by the client Hyper-V session (yes, I've done all the USB adding thing, no dice).

#17 Stefan

Stefan

    Moderator

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

Posted 14 October 2012 - 12:20 AM

Obviously, this means that I can't use both GHI and Netduino on the same machine. I've tried to use a virtual machine but I can't get the USB drivers to be recognised by the client Hyper-V session (yes, I've done all the USB adding thing, no dice).

That -shouldn't- be a problem. I use both SDKs (and some others) together too.
"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

#18 sspw

sspw

    Member

  • Members
  • PipPip
  • 14 posts

Posted 18 January 2013 - 06:51 PM

Stafan,

I am a total nob to netduino. I have a Plus and Plus2. I did the firmware bootloader and sdk changes for 4.2 on the plus.

I have a DS1307 breakout to learn i2C stuff.

 

Downloaded your toolbox.

Loaded the RTC sample.

Switch project to 4.2 framework

 

Rebuilds fine. Deploys fine. Run it and get this on Plus;

 

Found debugger! Create TS.  Loading start at 1542e0, end 16c5dc Assembly: mscorlib (4.2.0.0) Assembly: Microsoft.SPOT.Native (4.2.0.0) Assembly: Microsoft.SPOT.Hardware (4.2.0.0) Assembly: Microsoft.SPOT.Net (4.2.0.0) Assembly: System (4.2.0.0) Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0) Assembly: Microsoft.SPOT.IO (4.2.0.0) Assembly: System.IO (4.2.0.0) Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1) Assembly: SecretLabs.NETMF.Diagnostics (4.2.0.0) Loading Deployment Assemblies. Attaching deployed file. Assembly: DS1307 RTC Module (1.0.0.0) Attaching deployed file. Assembly: SecretLabs.NETMF.Hardware.Netduino (4.2.1.0) Attaching deployed file. Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0) Attaching deployed file. Assembly: Toolbox.NETMF.Core (4.1.0.0) Attaching deployed file. Assembly: SecretLabs.NETMF.Hardware (4.2.0.0) Attaching deployed file. Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0) Resolving. Link failure: some assembly references cannot be resolved!! Assembly: DS1307 RTC Module (1.0.0.0)  needs assembly 'Toolbox.NETMF.Hardware.DS1307' (4.1.0.0) Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0)  needs assembly 'mscorlib' (4.1.2821.0) Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0)  needs assembly 'Toolbox.NETMF.Hardware.Core' (4.1.0.0) Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0)  needs assembly 'Toolbox.NETMF.Core' (4.1.0.0) Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0)  needs assembly 'Microsoft.SPOT.Native' (4.1.2821.0) Assembly: Toolbox.NETMF.Core (4.1.0.0)  needs assembly 'mscorlib' (4.1.2821.0) Assembly: Toolbox.NETMF.Core (4.1.0.0)  needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0) Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0)  needs assembly 'mscorlib' (4.1.2821.0) Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0)  needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0) Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0)  needs assembly 'Toolbox.NETMF.Core' (4.1.0.0) Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0)  needs assembly 'Microsoft.SPOT.Native' (4.1.2821.0) Error: a3000000 Waiting for debug commands... The program '[0x8] Micro Framework application: Managed' has exited with code 0 (0x0).  

--------------------------------------

on Plus2 i get this;

 

Create TS.  Loading start at 806a328, end 808443c Assembly: mscorlib (4.2.0.0) Assembly: Microsoft.SPOT.Native (4.2.0.0) Assembly: Microsoft.SPOT.Hardware (4.2.0.0) Assembly: Microsoft.SPOT.Net (4.2.0.0) Assembly: System (4.2.0.0) Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0) Assembly: Microsoft.SPOT.IO (4.2.0.0) Assembly: System.IO (4.2.0.0) Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1) Assembly: Microsoft.SPOT.Hardware.Usb (4.2.0.0) Assembly: SecretLabs.NETMF.Diagnostics (4.2.0.0) Assembly: SecretLabs.NETMF.Hardware.Netduino (4.2.1.0) Assembly: Microsoft.SPOT.Hardware.OneWire (4.2.0.0) Assembly: Microsoft.SPOT.Time (4.2.0.0) Loading Deployment Assemblies. Attaching deployed file. Assembly: DS1307 RTC Module (1.0.0.0) Attaching deployed file. Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0) Attaching deployed file. Assembly: Toolbox.NETMF.Core (4.1.0.0) Attaching deployed file. Assembly: SecretLabs.NETMF.Hardware (4.2.0.0) Attaching deployed file. Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0) Resolving. Link failure: some assembly references cannot be resolved!! Assembly: DS1307 RTC Module (1.0.0.0) needs assembly 'Toolbox.NETMF.Hardware.DS1307' (4.1.0.0) Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0) needs assembly 'mscorlib' (4.1.2821.0) Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0) needs assembly 'Toolbox.NETMF.Hardware.Core' (4.1.0.0) Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0) needs assembly 'Toolbox.NETMF.Core' (4.1.0.0) Assembly: Toolbox.NETMF.Hardware.DS1307 (4.1.0.0) needs assembly 'Microsoft.SPOT.Native' (4.1.2821.0) Assembly: Toolbox.NETMF.Core (4.1.0.0) needs assembly 'mscorlib' (4.1.2821.0) Assembly: Toolbox.NETMF.Core (4.1.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0) Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0) needs assembly 'mscorlib' (4.1.2821.0) Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0) Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0) needs assembly 'Toolbox.NETMF.Core' (4.1.0.0) Assembly: Toolbox.NETMF.Hardware.Core (4.1.0.0) needs assembly 'Microsoft.SPOT.Native' (4.1.2821.0) Error: a3000000 Waiting for debug commands... The program '[0xA] Micro Framework application: Managed' has exited with code 0 (0x0).  



#19 rgcouto

rgcouto

    New Member

  • Members
  • Pip
  • 2 posts

Posted 19 February 2013 - 12:18 AM

Hi

 

I have a netduino v1 and I'm trying to do some really beginner stuff with it (like to blink the onboard led)

 

I've installed W8, VS2012, netduino SDK v4.2.2.0 (64bit) and .NET Micro Framework SDK v4.3

 

The code I'm using is

using System;using System.Threading;using Microsoft.SPOT;using Microsoft.SPOT.Hardware;using SecretLabs.NETMF.Hardware;using SecretLabs.NETMF.Hardware.Netduino;namespace MFConsoleApplication1{    public class Program    {        public static void Main()        {            // write your code here             OutputPort led = new OutputPort(Pins.ONBOARD_LED, false);            while (true)            {                led.Write(true);  // turn on the LED                 Thread.Sleep(250); // sleep for 250ms                 led.Write(false);  // turn off the LED                 Thread.Sleep(250); // sleep for 250ms             }        }    }}

 

but when I deploy the code to the Netduino the console returns me the following error

Rebooting...Found debugger!Create TS. Loading start at 1381c8, end 14b204Attaching file.Assembly: mscorlib (4.1.2821.0) (3880 RAM - 33236 ROM - 19134 METADATA)Attaching file.Assembly: Microsoft.SPOT.Native (4.1.2821.0) (1144 RAM - 6516 ROM - 4479 METADATA)Attaching file.Assembly: Microsoft.SPOT.Hardware (4.1.2821.0) (1752 RAM - 11440 ROM - 7371 METADATA)Attaching file.Assembly: Microsoft.SPOT.Hardware.SerialPort (4.1.2821.0) (512 RAM - 3488 ROM - 1543 METADATA)Attaching file.Assembly: Microsoft.SPOT.IO (4.1.2821.0) (740 RAM - 4620 ROM - 2522 METADATA)Attaching file.Assembly: System.IO (4.1.2821.0) (1548 RAM - 13292 ROM - 5862 METADATA)Attaching file.Assembly: Microsoft.SPOT.Hardware.Usb (4.1.2821.0) (580 RAM - 3740 ROM - 1844 METADATA)Attaching file.Assembly: SecretLabs.NETMF.Hardware (4.1.0.0) (256 RAM - 1108 ROM - 491 METADATA)Attaching file.Assembly: SecretLabs.NETMF.Diagnostics (4.1.0.0) (180 RAM - 440 ROM - 166 METADATA)Loading Deployment Assemblies.Attaching deployed file.Assembly: MFConsoleApplication1 (1.0.0.0) (300 RAM - 964 ROM - 484 METADATA)Attaching deployed file.Assembly: Microsoft.SPOT.Graphics (4.1.2821.0) (388 RAM - 2268 ROM - 1357 METADATA)Attaching deployed file.Assembly: SecretLabs.NETMF.Hardware.Netduino (4.2.1.0) (420 RAM - 2280 ROM - 1197 METADATA)Attaching deployed file.Assembly: SecretLabs.NETMF.Hardware (4.2.0.0) (136 RAM - 152 ROM - 0 METADATA)Invalid native checksum: SecretLabs.NETMF.Hardware 0x0!=0xA99F07CDResolving.Link failure: some assembly references cannot be resolved!!Assembly: MFConsoleApplication1 (1.0.0.0) needs assembly 'SecretLabs.NETMF.Hardware.Netduino' (4.2.1.0)Assembly: MFConsoleApplication1 (1.0.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.2.0.0)Assembly: SecretLabs.NETMF.Hardware.Netduino (4.2.1.0) needs assembly 'Microsoft.SPOT.Hardware' (4.2.0.0)Assembly: SecretLabs.NETMF.Hardware.Netduino (4.2.1.0) needs assembly 'mscorlib' (4.2.0.0)Error: a3000000Waiting for debug commands...The program '[4] Micro Framework application: Managed' has exited with code 0 (0x0).

 

 

 

What am I doing wrong? I just can't figure it out.. :/

 

Thanks



#20 CW2

CW2

    Advanced Member

  • Members
  • PipPipPip
  • 1592 posts
  • LocationCzech Republic

Posted 19 February 2013 - 07:49 AM

What am I doing wrong? I just can't figure it out.. :/

  You are deploying application built for .NET MF version 4.2 to Netduino that has version 4.1. Either select Target framework ".NET Micro Framework 4.1" in Project PropertiesApplication tab, or update your Netduino firmware to 4.2.

 

Welcome to the community.






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.