Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Assembly reference(s) not found issues (VS) and could not load project errors (XS). #58

Open
MobileRez opened this issue Sep 27, 2015 · 0 comments

Comments

@MobileRez
Copy link

I cant actually get all the references in the monkie.robotics to resolve (i thought it was just resharper at first) but Xamarin studio doesn't recognize the microframework stuff.

in Xamarin studio when opening the RoboController.sln i get the following:
"could not load project '....\source\platform stacks\robotics.micro.core\robotics.micro.core.csproj with unkown item type '{b69e3092-b931-442c-abe7-7e7b65f2a37f}'" and "could not load project 'robotics.micro.robotroller\robotics.micro.robotroller.netduino.csproj with unkown item type '{b69e3092-b931-442c-abe7-7e7b65f2a37f}'"

below is the error log when opening the project in Visual Studio:
Severity Code Description Project File Line
Error CS0246 The type or namespace name 'Connection' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 134
Error CS0246 The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownCharacteristics.cs 4
Error CS0246 The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownDescriptors.cs 4
Error CS0246 The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownServices.cs 5
Error CS0246 The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownServices.cs 6
Error CS0246 The type or namespace name 'CoreBluetooth' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 6
Error CS0246 The type or namespace name 'CoreFoundation' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 7
Error CS0246 The type or namespace name 'CBDiscoveredPeripheralEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 23
Error CS0246 The type or namespace name 'CBPeripheralEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 24
Error CS0246 The type or namespace name 'CBPeripheralErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 25
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 49
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 53
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 59
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 63
Error CS0246 The type or namespace name 'CBCentralManager' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 65
Error CS0246 The type or namespace name 'CBCentralManager' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 69
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 166
Error CS0246 The type or namespace name 'CoreBluetooth' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 8
Error CS0246 The type or namespace name 'CoreFoundation' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 9
Error CS0246 The type or namespace name 'CBCentralManager' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 27
Error CS0246 The type or namespace name 'CBCentralManager' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 29
Error CS0246 The type or namespace name 'CBCentralManagerState' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 124
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 198
Error CS0246 The type or namespace name 'CoreBluetooth' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 7
Error CS0246 The type or namespace name 'Foundation' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 8
Error CS0246 The type or namespace name 'CBCharacteristic' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 21
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 22
Error CS0246 The type or namespace name 'CBCharacteristic' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 24
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 24
Error CS0246 The type or namespace name 'CBCharacteristicEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 165
Error CS0246 The type or namespace name 'CBCharacteristicEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 173
Error CS0246 The type or namespace name 'CBUUID' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 180
Error CS0246 The type or namespace name 'CoreBluetooth' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Descriptor.cs 4
Error CS0246 The type or namespace name 'CBDescriptor' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Descriptor.cs 17
Error CS0246 The type or namespace name 'CBDescriptor' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Descriptor.cs 33
Error CS0246 The type or namespace name 'CoreBluetooth' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 5
Error CS0246 The type or namespace name 'Foundation' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 6
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 18
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 20
Error CS0246 The type or namespace name 'CBService' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 147
Error CS0246 The type or namespace name 'CoreBluetooth' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Service.cs 5
Error CS0246 The type or namespace name 'CBService' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Service.cs 16
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Service.cs 17
Error CS0246 The type or namespace name 'CBService' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Service.cs 19
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Service.cs 19
Error CS0246 The type or namespace name 'CBUUID' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Service.cs 85
Error CS0234 The type or namespace name 'Messaging' does not exist in the namespace 'Robotics' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestBLEMini.cs 7
Error CS0234 The type or namespace name 'Devices' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestBLEMini.cs 8
Error CS0234 The type or namespace name 'Generators' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestBLEMini.cs 9
Error CS0234 The type or namespace name 'Motors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestBLEMini.cs 10
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestBLEMini.cs 11
Error CS0234 The type or namespace name 'SpecializedBlocks' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestBLEMini.cs 12
Error CS0234 The type or namespace name 'Devices' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestButton.cs 3
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestButton.cs 6
Error CS0234 The type or namespace name 'Messaging' does not exist in the namespace 'Robotics' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 7
Error CS0234 The type or namespace name 'Devices' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 8
Error CS0234 The type or namespace name 'Generators' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 9
Error CS0234 The type or namespace name 'Motors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 10
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 11
Error CS0234 The type or namespace name 'SpecializedBlocks' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 12
Error CS0234 The type or namespace name 'Devices' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 5
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 6
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 7
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 8
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 9
Error CS0234 The type or namespace name 'SpecializedBlocks' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 10
Error CS0234 The type or namespace name 'Devices' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 5
Error CS0234 The type or namespace name 'Generators' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 6
Error CS0234 The type or namespace name 'Motors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 7
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 8
Error CS0234 The type or namespace name 'SpecializedBlocks' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 9
Error CS0234 The type or namespace name 'Motors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobotShield.cs 3
Error CS0234 The type or namespace name 'Generators' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobotShield.cs 5
Error CS0234 The type or namespace name 'Devices' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 5
Error CS0234 The type or namespace name 'Generators' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 6
Error CS0234 The type or namespace name 'Motors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 7
Error CS0234 The type or namespace name 'Sensors' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 8
Error CS0234 The type or namespace name 'SpecializedBlocks' does not exist in the namespace 'Robotics.Micro' (are you missing an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 9
Error CS0246 The type or namespace name 'Block' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 13
Error CS0246 The type or namespace name 'IDCMotor' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 15
Error CS0246 The type or namespace name 'IDCMotor' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 16
Error CS0246 The type or namespace name 'InputPort' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 21
Error CS0246 The type or namespace name 'InputPort' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 26
Error CS0246 The type or namespace name 'InputPort' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 32
Error CS0246 The type or namespace name 'IDCMotor' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 34
Error CS0246 The type or namespace name 'IDCMotor' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 34
Error CS0103 The name 'JValue' does not exist in the current context Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownCharacteristics.cs 38
Error CS0246 The type or namespace name 'JProperty' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownCharacteristics.cs 40
Error CS0246 The type or namespace name 'JProperty' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownCharacteristics.cs 40
Error CS0103 The name 'JValue' does not exist in the current context Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownDescriptors.cs 38
Error CS0246 The type or namespace name 'JProperty' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownDescriptors.cs 40
Error CS0246 The type or namespace name 'JProperty' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownDescriptors.cs 40
Error CS0103 The name 'JValue' does not exist in the current context Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownServices.cs 42
Error CS0246 The type or namespace name 'JProperty' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownServices.cs 44
Error CS0246 The type or namespace name 'JProperty' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core\Bluetooth\LE\KnownServices.cs 44
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 53
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 63
Error CS0246 The type or namespace name 'CBCentralManager' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 83
Error CS0103 The name 'DispatchQueue' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 83
Error CS0246 The type or namespace name 'CBDiscoveredPeripheralEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 84
Error CS0246 The type or namespace name 'CBPeripheralEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 95
Error CS0246 The type or namespace name 'CBPeripheralErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 108
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\BluetoothLE\BluetoothLEManager.cs 133
Error CS0246 The type or namespace name 'CBCentralManager' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 62
Error CS0103 The name 'DispatchQueue' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 62
Error CS0246 The type or namespace name 'CBDiscoveredPeripheralEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 64
Error CS0246 The type or namespace name 'CBPeripheralEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 79
Error CS0246 The type or namespace name 'CBPeripheralErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 91
Error CS0246 The type or namespace name 'CBPeripheralErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 107
Error CS0103 The name 'CBCentralManagerState' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 138
Error CS0246 The type or namespace name 'CBUUID' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 142
Error CS0103 The name 'CBUUID' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 144
Error CS0246 The type or namespace name 'CBUUID' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 145
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 179
Error CS0246 The type or namespace name 'PeripheralConnectionOptions' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 179
Error CS0246 The type or namespace name 'CBPeripheral' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Adapter.cs 194
Error CS0246 The type or namespace name 'CBCharacteristicEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 99
Error CS0246 The type or namespace name 'CBCharacteristicEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 100
Error CS0103 The name 'NSData' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 119
Error CS0246 The type or namespace name 'CBCharacteristic' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 120
Error CS0103 The name 'CBCharacteristicWriteType' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 123
Error CS0103 The name 'CBCharacteristicWriteType' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Characteristic.cs 124
Error CS0246 The type or namespace name 'NSErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 24
Error CS0246 The type or namespace name 'CBServiceEventArgs' could not be found (are you missing a using directive or an assembly reference?) Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 40
Error CS0103 The name 'CBPeripheralState' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 136
Error CS0103 The name 'CBPeripheralState' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 138
Error CS0103 The name 'CBPeripheralState' does not exist in the current context Robotics.Mobile.Core.iOS C:\Monkey.Robotics-master\Source\Platform Stacks\Robotics.Mobile.Core.iOS\Bluetooth\LE\Device.cs 140
Error CS0246 The type or namespace name 'ControlServer' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestBLEMini.cs 25
Error CS0246 The type or namespace name 'DigitalInputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestButton.cs 18
Error CS0246 The type or namespace name 'DigitalOutputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestButton.cs 19
Error CS0246 The type or namespace name 'DigitalInputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestButton.cs 39
Error CS0246 The type or namespace name 'PushButton' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestButton.cs 40
Error CS0246 The type or namespace name 'DigitalOutputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestButton.cs 41
Error CS0246 The type or namespace name 'ControlServer' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 27
Error CS0103 The name 'HBridgeMotor' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 40
Error CS0103 The name 'HBridgeMotor' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestRCCar.cs 41
Error CS0246 The type or namespace name 'DebugScope' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 18
Error CS0246 The type or namespace name 'Memsic2125' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 21
Error CS0246 The type or namespace name 'DigitalInputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 22
Error CS0246 The type or namespace name 'DigitalInputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 23
Error CS0246 The type or namespace name 'Grove3AxisDigitalCompass' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 27
Error CS0246 The type or namespace name 'AnalogInputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 32
Error CS0246 The type or namespace name 'SharpGP2D12' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 35
Error CS0246 The type or namespace name 'Thermistor' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 39
Error CS0246 The type or namespace name 'CelsiusToFahrenheit' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 43
Error CS0246 The type or namespace name 'Bmp085' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 48
Error CS0246 The type or namespace name 'CelsiusToFahrenheit' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestSensors.cs 51
Error CS0246 The type or namespace name 'DebugScope' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 17
Error CS0103 The name 'HBridgeMotor' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 22
Error CS0103 The name 'HBridgeMotor' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 25
Error CS0246 The type or namespace name 'SharpGP2D12' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 31
Error CS0246 The type or namespace name 'SharpGP2D12' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 32
Error CS0246 The type or namespace name 'AnalogInputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 33
Error CS0246 The type or namespace name 'AnalogInputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 34
Error CS0246 The type or namespace name 'TransformFunction' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 47
Error CS0246 The type or namespace name 'Transform' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 58
Error CS0246 The type or namespace name 'Transform' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 62
Error CS0103 The name 'HBridgeMotor' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 72
Error CS0103 The name 'HBridgeMotor' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 73
Error CS0246 The type or namespace name 'SineWave' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 77
Error CS0246 The type or namespace name 'SineWave' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 78
Error CS0103 The name 'HBridgeMotor' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 89
Error CS0103 The name 'HBridgeMotor' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 90
Error CS0246 The type or namespace name 'DebugScope' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 96
Error CS0246 The type or namespace name 'AnalogInputPin' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 97
Error CS0246 The type or namespace name 'SharpGP2D12' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 99
Error CS0246 The type or namespace name 'Transform' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 107
Error CS0246 The type or namespace name 'Switch' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 125
Error CS0246 The type or namespace name 'Connection' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 127
Error CS0246 The type or namespace name 'Connection' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 128
Error CS0246 The type or namespace name 'SineWave' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 128
Error CS0246 The type or namespace name 'Connection' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 129
Error CS0246 The type or namespace name 'Constant' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 129
Error CS0246 The type or namespace name 'Connection' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 132
Error CS0246 The type or namespace name 'Constant' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 132
Error CS0246 The type or namespace name 'Connection' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 133
Error CS0246 The type or namespace name 'Constant' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 133
Error CS0246 The type or namespace name 'Constant' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 134
Error CS0246 The type or namespace name 'Transform' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobot.cs 137
Error CS0246 The type or namespace name 'AdafruitMotorShield' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobotShield.cs 13
Error CS0246 The type or namespace name 'SineWave' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobotShield.cs 16
Error CS0246 The type or namespace name 'SineWave' could not be found (are you missing a using directive or an assembly reference?) Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TestTwoWheeledRobotShield.cs 17
Error CS0103 The name 'AddInput' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 39
Error CS0103 The name 'Units' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 39
Error CS0103 The name 'AddInput' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 40
Error CS0103 The name 'Units' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 40
Error CS0103 The name 'AddInput' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 41
Error CS0103 The name 'Units' does not exist in the current context Robotics.Micro.Robotroller.Netduino C:\Monkey.Robotics-master\Sample Apps\Robotroller\Robotics.Micro.Robotroller\TwoWheeledRobot.cs 41

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant