Hi,
I'm trying to use Aspose Imaging in a Compact Framework 3.5 application. I wrote this simple line of code and I get the following exception "Image Loading Failed".
My code is:
try
{
Aspose.Imaging.Image image = Aspose.Imaging.Image.Load("\\img.jpg");
}
catch (Exception exx)
{
MessageBox.Show(exx.Message);
}
Is this because CompactFramework is not supported ? Do I have to copy some redestributable files in the device ?
Looking forward to your kind reply.
Regards
KC