Hi all,
I have successfully downloaded the Mission Planner source code from the repository, and after updating my .NET I have ended up with what it seems to be just one problem related to the "Transitions" reference, which by the way is marked as "in error" by Visual Studio.
Compilation results in several errors complaining about 'Transitions', 'Transition' and 'TransitionType_EaseInEaseOut' names not known.
Can anyone give me some hint on how to solve this problem? I have tried looking for .NET updates, but none of them seems to be related to some 'Transitions' functionality. Also, no useful Google result on this.
Thank you very much in advance,
David
Replies
Never mind: I have found the problem myself. Digging into other clones of the source code I found the missing Transitions.dll file, which turned out to solve the problem.
So, summarizing, the source code I downloaded (I think it was the most recent one) was lacking that DLL in the Lib folder.
Thank you anyway,
David