ALFREDODD Posted May 2, 2014 Report Posted May 2, 2014 Hi, excuse my english. I am a newbie with fsuipc and .net client, doing test with the payload services i can't go further of this error KeyNotFoundException throwed by this instruction Private mPayLoadServices As PayloadServices = FSUIPCConnection.PayloadServices Any help?
Paul Henty Posted May 2, 2014 Report Posted May 2, 2014 FSUIPCConnection.PayloadServices is not available until after the connection has been opened: Private mPayLoadServices As PayloadServices; Sub OpenFSUIPC() FSUIPCConnection.Open() mPayLoadServices = FSUIPCConnection.PayloadServices End Sub If that doesn't help, let me know. Paul
ALFREDODD Posted May 2, 2014 Author Report Posted May 2, 2014 Opsss! Excuse me, it's my fault. I must think before speak..... That behaviour is absolutely logical and works like a charm......thanks a lot....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now