ArduPilot / MissionPlanner

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

Mission Planner - Compiling errors #89

Closed dspanogle closed 11 years ago

dspanogle commented 11 years ago

As time permits.. Can the following issues be resolved? Thanks: For those who are working with (browsing or editing) source code from Git. with Visual Studio.

\ Revision 59: Error = Unable to create a manifest resource name for "Wizard\1Intro.resx". Could not find file '..\Wizard\1Intro.cs'. ArdupilotMega (The file is not in the Git repository for rev 59)

* Revision 57,58 that may still be in Rev 59: Warnings: Many warnings - all related to/similar to: The primary reference "Eto" could not be resolved because it was built against the ".NETFramework,Version=v4.0" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5". AND THEN .. MP hangs on splash screen - Windows error is long but contains: File name: 'log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0 bb1aa2a' ---> System.IO.FileNotFoundException: Could not load file or assembly ' log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a' or one of its dependencies. The system cannot find the file specified. File name: 'log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0 bb1aa2a' * SOLUTION TO RUN Compiled MP rev 57,58: Copy File log4net.dll to the bin/Degug folder.

Minor changes from revision 53 (which compiled very clean) Revisions after 53 need to set reference directory/path for: CsAsssortedWidgets (not needed in rev 53) GMap.NET.COre (not needed in rev 53)
OpenTK.GLControl (not needed in rev 53)

Thats all folks PS Nice fix for Logs check boxes and new look overall

StereotypicalSquirrel commented 11 years ago

I'm also having this issue with Revision 59

dspanogle commented 11 years ago

Fixed in rev 60