Hi,
I need some base64 > http://en.wikipedia.org/wiki/Base64 encoding of images.
Therefore I need to use do some use:
using System.Drawing;
using System.Drawing.Imaging;
But I am not allowed to do so, even though I have net 4.5 installed which is afaik required to use those libs.
Any Ideas?