I show this aircraft with multiple flights after 29-MAR-2015 even flying today from MAD to MIA but using the code snippets shown below I can’t seem to find recent flights. This code works for other aircraft
Below p = “SP-LRF”
foreach (string p in tails)
{
try
{
FlightInfoExStruct fi = df.FlightInfoEx(p, 20, 0);
In the associated catch I get……
System.Web.Services.Protocols.SoapException was caught
HResult=-2146233087
Message=no data available
Source=System.Web.Services
Actor=“”
Lang=“”
Node=“”
Role=“”
StackTrace:
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object] parameters)
at FlightXML2.FlightInfoEx(String ident, Int32 howMany, Int32 offset)
at Flightaware1.Program.Main(String] args) in c:\faware\Flightaware1\Flightaware1\Flightaware1\Program.cs:line 4516
InnerException:
Thanks for any help.