I m developing a remote surveillance system in C# which takes screenshots at 3 seconds and sends the image to the remote server.
The problem is after 7 to 8 screenshots(som etimes on the very first), I get an exception at the server of
Invalid parameter to MemoryStream
I m loading the byte buffer into the memory stream obj.
Thnx in advance 4 any help.
The problem is after 7 to 8 screenshots(som etimes on the very first), I get an exception at the server of
Invalid parameter to MemoryStream
I m loading the byte buffer into the memory stream obj.
Thnx in advance 4 any help.
Comment