- Messages
- 639
- Country

I was looking at this:
https://msdn.microsoft.com/en-us/library/cc526983.aspx#SimConnect_GetLastSentPacketID
But I can't find it when using managed code (C#). The problem is I am receiving an exception notification on the OnRecvException handler and there is reports a SendID. According to the documentation the way to trace it back is to access GetLastSentPacketId when you send a request. But then I can't find it and therefore it is very difficult to know WHY I am getting a duplicate ID.
https://msdn.microsoft.com/en-us/library/cc526983.aspx#SimConnect_GetLastSentPacketID
But I can't find it when using managed code (C#). The problem is I am receiving an exception notification on the OnRecvException handler and there is reports a SendID. According to the documentation the way to trace it back is to access GetLastSentPacketId when you send a request. But then I can't find it and therefore it is very difficult to know WHY I am getting a duplicate ID.

