I am trying to convert a byte[] to Bitmap in c#. Following is the code:
byte[]
Bitmap
MemoryStream ms = new MemoryStream(b); Bitmap bmp = new Bit
Error is shown if you are disposing the image. Try removing that from code