Thank u so much for the soln to my question.
I want to send a jpg image over a TCP/IP network thru my vb.net application.
But my application is throwing following error:
Unable to cast object of type 'System.Byte' to type string???
How to convert an array of bytes to array or strings that can be sent over network??
I want to send a jpg image over a TCP/IP network thru my vb.net application.
But my application is throwing following error:
Unable to cast object of type 'System.Byte' to type string???
How to convert an array of bytes to array or strings that can be sent over network??