It has come about that some response from the llRemoteData is not meeting the protocol. This is apparent when using C# with .net version 2.0 which requires a strict adherence to the protocol or it throws exceptions.
I find it causes an issue on the second time I make a call to the RPC channel, the first time it works fine. I do not currently have a way to trap the actual response.
Any advice you can give on the matter is appreciated, I'm going to start rewriting my app to the .net 1.1 spec.
Thanks.
EDIT: I searched every possible combination on google, a9, yahoo, etc, missing the magic search of protocol violation on these forums.
Changing the "keep alive" setting fixed my issue.