Mission Planner source 1.2.59 build help

Hi Developers,

In the hope of getting Mission Planner (1.2.59) up and running. Tacking the last traces of errors on 'ArduPilotMega.csproj'. Before posting this, I have read through Dennis Spanongle's post here, though it hasn't helped me at this level. I also migrated to earlier version and googled googled, not much help yet.

Setup:

Compiling in .NET 3.5 for this project brings up RESGEN (too long to compile error). Compiling this project NOW in VS 2010, .NET 4,0, references from APM Planner main installation folder in Programfiles(x86). Resolved most of other errors like 1. The one below is non-trivial, unable to resolve yet.

Errors:

Error 10 The type 'System.IObservable<T>' exists in both 'c:\Users\s116793\APM\Lib\System.Reactive.dll' and 'c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll' C:\Users\s116793\APM\Controls\ConnectionStats.cs 133 82 ArdupilotMega

Error 11 The type 'System.Tuple<T1,T2>' exists in both 'c:\Users\s116793\APM\ExtLibs\SharpKml\bin\Debug\SharpKml.dll' and 'c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll' C:\Users\s116793\APM\Controls\ConnectionStats.cs 146 54 ArdupilotMega

This is more to do with same namespace & class names in both dlls. I don't have access to source of these 2 dlls..

Any help will be appreciated.

Thanks.

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • you need to go to FLIGHT PLAN and chose the map provider again.

    I have an issue as well with 1.2.85 - when in flight planner mode, going to FLIGHT PLAN then back to FLIGHT DATA I get a blank and black screen instead of a map. problem exists both in my laptop running XP and my desktop running win7

     

  • Developer

    change the project back to a .net 3.5 project, in the properties

This reply was deleted.

Activity