I cannot compile some sample code using the .NET Compact Framework because there are a couple of classes DirectFlight.cs calls that don’t seem to exist in that Framework. They are:
I am trying to develop and app for Windows Mobile 5.0, and therefore need to stick with the .NET Compact Framework 2.0. Do you know of any solutions to this problem?
Hi, miguez. Have you tried googling for the problem? There are a lot of references to that class. FlightAware’s WSDL doesn’t have any references to either function (AsyncCompletedEventArgs or SendOrPostCallback), so I’m not sure where that’s coming from. Other .NET developers may be able to shed some light on this.