Jason Moehlman
2006-07-19 20:09:15 UTC
Hello,
I am new to using v2. I have been attempting to integrate v2 into an
existing project. Because of the structure I have also been trying
to as closely as possible mimick the function of the v1 code, more
linear or sequential operation.
I have run into a problem with an OutOfBounds error that seems to
occur with multiple events firing for a single simple query.
I have set breakpoints on every line of code in the cache and socket
event handlers. The exception is not generated in any of that code,
all very simple.
They only real indication of a problem was that the program recieved
2 sets of every event it has in the cache before dying with the
OutOfBounds exception I presume on the 3rd set of event calls.
DataRecieved, Ready, CommandCompleted, PopulateDone all fired
multiple times for the first and only statement the program tries to
execute before it's untimely death.
I was hoping someone else has seen some similar symptoms or can point
me in the right direction.
Thanks....Jason
I am new to using v2. I have been attempting to integrate v2 into an
existing project. Because of the structure I have also been trying
to as closely as possible mimick the function of the v1 code, more
linear or sequential operation.
I have run into a problem with an OutOfBounds error that seems to
occur with multiple events firing for a single simple query.
I have set breakpoints on every line of code in the cache and socket
event handlers. The exception is not generated in any of that code,
all very simple.
They only real indication of a problem was that the program recieved
2 sets of every event it has in the cache before dying with the
OutOfBounds exception I presume on the 3rd set of event calls.
DataRecieved, Ready, CommandCompleted, PopulateDone all fired
multiple times for the first and only statement the program tries to
execute before it's untimely death.
I was hoping someone else has seen some similar symptoms or can point
me in the right direction.
Thanks....Jason