So, Im having an issue where I've stored the ID of each blob in a sql database and I'm then inserting that id into the AzureBlobStorage.GetFileContent method. Now, the images will load. Every time without fail, they load. However, on the phone, I get the error:
AzureBlobStorage.GetFileContent failed: the method 'GetFileContent' has an invalid value for parameter 'id'.
but on the web, it doesn't show up. Here is the function I'm using to bring the image in.
AzureBlobStorage.GetFileContent(Image)
I don't understand why it seems to only have an issue on the phone, but not the web. Also, even on the phone, the images still come in. Also, all I'm doing is saving the ID of the blob in sql in the 'Image' column and then in the gallery that is displaying all the items of the sql table, I'm putting in this function for an image control.
Anyone got an idea why it seems to have an issue, but still renders the images? I feel like I can't let other people use this app if on every page I use the image their getting that big red error flying up.