uml-robotics / ROS.NET

ROS.NET: ROS Client Library for Windows Development in C#
BSD 2-Clause "Simplified" License
93 stars 52 forks source link

Help need: Message Reference Missing #41

Closed wmqazi closed 7 years ago

wmqazi commented 7 years ago

I download the code for ROS.NET and compiled using visual studio 2015. I getting compilation error with reference to Message Reference Missing and I am unable to find one in the code.

Kindly help/guide

nuclearmistake commented 7 years ago

Which .sln did you open?

On Aug 9, 2017 2:35 AM, "wmqazi" notifications@github.com wrote:

I download the code for ROS.NET and compiled using visual studio 2015. I getting compilation error with reference to Message Reference Missing and I am unable to find one in the code.

Kindly help/guide

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uml-robotics/ROS.NET/issues/41, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLrWxR05SGmYgIqx-arJQoIEQo_xKLwks5sWVM7gaJpZM4Oxp2I .

wmqazi commented 7 years ago

I had tried all .sln, but finally, it worked. I have added a message project and installed.NET Framework 3.5. in previous attempts, I upgraded to the project to 4.5 with VS studio 2015.

Thanks