I am having this issue and none of the solutions I've read fits in so far. I'm after some wisdom..
I have a Base64 encoded string, which is derived from a PNG image. I have to supply to crystal reports a byte array of Bitmap. Easy to get the byte array from Base64 string of course... so I need some help going from PNG byte array to Bitmap byte array...
Any ideas? Using .NET 3.5 Framework.