netduino / Netduino.IP

The shiny new TCP/IP Stack for .NET Micro Framework. [Technical Preview]
http://forums.netduino.com/index.php?/forum/29-netduinoip-technical-preview/
Apache License 2.0
16 stars 7 forks source link

NetduinoExtensions problems with Netduino.IP 1.0.1 #4

Open gigios opened 9 years ago

gigios commented 9 years ago

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.

matlus commented 8 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

mbeilste commented 7 years ago

I'm having the same issues. We really need a solution to be implemented for this.