stevenlovegrove / MqttDotNet

.net Implementation of the client half of the MQTT messaging protocol. MQTT is a lightweight, open specification publish and subscribe protocol cheifly developed by IBM. Details of MQTT can be found at http://mqtt.org.
MIT License
153 stars 91 forks source link

Cannot open project in VS 2017 #15

Open tedvanderveen opened 6 years ago

tedvanderveen commented 6 years ago

image

Unsupported This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.

No changes required These projects can be opened in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.

stevenlovegrove commented 6 years ago

Did you look at the 'Migration Report'?

BeginnerRaffe commented 5 years ago

Hello Steven, I get the same error when I tries to open the project in VS 2017. How can I solve the problem?