Open gigios opened 9 years ago
I am having a similar issue and I'm also attempting to run the same code on the ND + as well as ND Wi-Fi.
Link failure: some assembly references cannot be resolved!! Assembly: NetduinoExtensions (4.3.2.1) needs assembly 'Netduino.IP' (1.0.0.0) Assembly: AzureSBLite.NetMf (1.3.0.0) needs assembly 'Amqp.NetMF' (1.1.2.0) Assembly: IoTController (1.0.0.0) needs assembly 'AzureSBLite.NetMf' (1.3.0.0) Assembly: IoTController (1.0.0.0) needs assembly 'NetduinoExtensions' (4.3.2.1) Error: a3000000
I can't seem to find any assembly on my machine called Netduino.IP
I'm having the same issues. We really need a solution to be implemented for this.
I'm sharing a same project on a Netduino Plus 2 and a Netduino 3 Wifi. In this project I'm using the NetduinoExtensions assembly. After the update of the Netduino.IP 1.0.1 on the NP2, I'm not able to start the project because I receive this error message:
Link failure: some assembly references cannot be resolved!! Assembly: MQTT (1.0.0.0) needs assembly 'NetduinoExtensions' (4.3.2.1) Assembly: NetduinoExtensions (4.3.2.1) needs assembly 'Netduino.IP' (1.0.0.0) Error: a3000000
Seems that the NetduinoExtensions is able to use only the specific version 1.0.0.0 and not the new one.