We are getting an error in a VB6 application that sends data back and forth over TCP sockets. We get a runtime error \"out of string space\". Has anyone seen this or have
Assuming that you are appending data in a loop, ensure that it's not being appended to itself, which will eat memory extremely quickly.
Example and description of error meaning: http://msdn.microsoft.com/en-us/library/aa264524.aspx