Search results for query: *

  • Users: hopeful
  • Content: Threads
  • Order by date
  1. H

    error "the Size property has an invalid size of 0"

    I have noticed this error appearing a lot on the web so I thought I would share my experience. I am getting it from an SQLCommand and I suspect that it is related to an output parameter. In my case I suspect that it is because the data type for my parameter is not set properly, and the REASON...
  2. H

    NetworkStream BeginRead and EndRead Confusion

    hi, I am confused about the operation of the BeginRead and EndRead methods with respect to the way the buffer parameters in the BeginRead method are used. Firstly, there appears to be a serious problem in the code sample for the EndRead method (appears in version 2 and in 3.5 possible all...
  3. H

    Converting VB6 winsock app to .net

    Hi, I am converting an existing TCP server application that uses the winsock control from VB6 to vb.net. The application runs as a service and communicates with approximately 500 clients. Each client is connected for long periods and has occasional conversations with the server. I have been...
Back
Top