ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.73k stars 2.36k forks source link

has no "Reference Paths" in "Properties" #2049

Open IchMarcel opened 5 years ago

IchMarcel commented 5 years ago

Issue details

i want to build the MissionPlanner with VS2017, so i follow the introduction on the http://ardupilot.org/dev/docs/buildin-mission-planner.html,

but at this step",In the Solution Explorer right click the MissionPlanner project, Properties, Reference Paths", i cannot find the "Reference Paths" in the "Properties". So when i build the mission, there are so many errors, most of the errors are missing dlls.

i want to konw how to solve the problem...

THANKS!

Version

the latest version

Platform

[0 ] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Sub

Airframe type

Hardware type

pixhawk

Logs

Please provide a link to any relevant logs that show the issue

n1kitap commented 5 years ago

Hello, docs are outdated, there is no need to setup reference paths. You need to have Win10, latest vs2017, net core 2.0 sdk, net framework 4.6.1 sdk.

IchMarcel commented 5 years ago

Hello, docs are outdated, there is no need to setup reference paths. You need to have Win10, latest vs2017, net core 2.0 sdk, net framework 4.6.1 sdk.

so Win7 can not work properly? The OS must be Win10?