Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetduinoExtensions problems with Netduino.IP 1.0.1 #4

Open
gigios opened this issue Sep 19, 2015 · 2 comments
Open

NetduinoExtensions problems with Netduino.IP 1.0.1 #4

gigios opened this issue Sep 19, 2015 · 2 comments

Comments

@gigios
Copy link

gigios commented Sep 19, 2015

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
Copy link

matlus commented Jan 25, 2016

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
Copy link

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

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

No branches or pull requests

3 participants