@ andre.m - Progress!!! Program runs now! Thanks so much for you help and patience!
-
Removed references to GHI.pins and GHI.hardware from proj b (FEZCerbot_43) and added them back to proj b…same exact errors
-
I then removed and added same refs from proj a (my code - Cerbot_edgeDetection) and everything then worked as expected!
-
Still see some errors/warnings though, which I am pasting in below. Is it safe to assume I need to do this merge, delete/add ref for Cerbot, pins and hardware for any code I write moving forward, and that the warnings below don’t mean anything really?
Found debugger!
Create TS.
Loading start at 806ebf4, end 8094b80
Assembly: mscorlib (4.3.1.0) Assembly: Microsoft.SPOT.Native (4.3.1.0) Assembly: Microsoft.SPOT.Hardware (4.3.1.0)
Assembly: Microsoft.SPOT.Graphics (4.3.1.0) Assembly: Microsoft.SPOT.TinyCore (4.3.1.0)
Assembly: Microsoft.SPOT.IO (4.3.1.0) Assembly: System.IO (4.3.1.0) Assembly: Microsoft.SPOT.Hardware.Usb (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.3.1.0) Assembly: Microsoft.SPOT.Hardware.PWM (4.3.1.0)
Loading Deployment Assemblies.
Attaching deployed file.
Assembly: Gadgeteer (2.43.1.0) Attaching deployed file.
Assembly: GHI.Hardware (4.3.3.0) Attaching deployed file.
Assembly: Gadgeteer.SPI (2.43.1.0) Attaching deployed file.
Assembly: GHI.Pins (4.3.3.0) Attaching deployed file.
Assembly: Microsoft.SPOT.Net (4.3.1.0) Attaching deployed file.
Assembly: GHIElectronics.Gadgeteer.FEZCerbot (4.3.3.0) Attaching deployed file.
Assembly: Cerbot_edgeDetection (1.0.0.0) Resolving.
The debugging target runtime is loading the application assemblies and starting execution.
Ready.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\mscorlib.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.Native.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.Hardware.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.Graphics.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.TinyCore.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.IO.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\System.IO.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.Hardware.Usb.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.Hardware.SerialPort.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.Hardware.PWM.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.Net.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Gadgeteer\Core\Assemblies.NET Micro Framework 4.3\le\Gadgeteer.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\GHI Electronics\GHI NETMF v4.3 SDK\Libraries\le\GHI.Hardware.dll’
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Gadgeteer\Core\Assemblies.NET Micro Framework 4.3\le\Gadgeteer.SPI.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\GHI Electronics\GHI NETMF v4.3 SDK\Libraries\le\GHI.Pins.dll’
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Users\Brand\Documents\Visual Studio 2012\Projects\ghi_elect-gadgeteer-9a190d54c3eb\ghi_elect-gadgeteer-9a190d54c3eb\Mainboards\GHIElectronicsLegacy\FEZCerbot\FEZCerbot_43\bin\Debug\le\GHIElectronics.Gadgeteer.FEZCerbot.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Users\Brand\Documents\Visual Studio 2012\Projects\Cerbot_edgeDetection\Cerbot_edgeDetection\bin\Debug\le\Cerbot_edgeDetection.exe’, Symbols loaded.
The thread ‘’ (0x2) has exited with code 0 (0x0).
Warning: socket 10 is not compliant with Gadgeteer : Cpu pin 5 must be specified for socket of type S
Warning: socket 10 is not compliant with Gadgeteer : Cpu pin 5 must be specified for socket of type Y
Warning: socket 10 is not compliant with Gadgeteer : Cpu pin 5 must be specified for socket of type X
Warning: socket 11 is not compliant with Gadgeteer : Cpu pin 5 must be specified for socket of type X
Warning: socket 11 is not compliant with Gadgeteer : Cpu pin 6 must be specified for socket of type P
Warning: socket 12 is not compliant with Gadgeteer : Cpu pin 5 must be specified for socket of type A
Warning: socket 12 is not compliant with Gadgeteer : Cpu pin 6 must be specified for socket of type A
Warning: socket 12 is not compliant with Gadgeteer : Socket of type A must support analog input functionality on pins 3, 4 and 5
Warning: socket 12 is not compliant with Gadgeteer : Cpu pin 6 must be specified for socket of type P
Warning: socket 12 is not compliant with Gadgeteer : Cpu pin 9 must be specified for socket of type P
Warning: socket 12 is not compliant with Gadgeteer : Socket of type P must support PWM functionality
Using mainboard GHI Electronics FEZ Cerbot version 1.3
Program Started
The thread ‘’ (0x3) has exited with code 0 (0x0).
The program ‘[4] Micro Framework application: Managed’ has exited with code 0 (0x0).