eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
512 stars 303 forks source link

M2Mqtt dependency #46

Open commandus opened 7 years ago

commandus commented 7 years ago

I upgraded nuget to 2.12 and install M2MqttDotnetCore 1.0.3

I compile a small app and try run it on Ubuntu 16.04

I got an error:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'M2Mqtt, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

at onewayticket_core_mqtt.Client..ctor() at onewayticket_core_mqtt.Program.Main(String[] args) in /home/andrei/src/examples/core/onewayticket-core-mqtt/Program.cs:line 16

Please help me, how to reslove this.