Connot load Image

hi,
can any body tell me why i am getting following error and how to resolve that error

Additional information: Exception ‘Cannot load image from field ‘imageLink’. The field contains data in unsupported format. The remote server returned an error: (404) Not Found.’ occured in Aspose.Words for .NET 5.2.0.0.
For free technical support, please post this error and the file in the Aspose.Words Forums <https://forum.aspose.com/c/words/8>.

The above error is showing when i am using following code and mailmergeimagefield event handler too

doc.MailMerge.ExecuteWithRegions(ds.Tables[0]);

could you please tell me this why

Hi
Thanks for your inquiry. As you can see from error message server returns 404 error.
The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested.
So I think that you should check the image url (just copy this url from your data source and paste in the browser).
Best regards.