I am running this App, and I get the following Runtime error highlighted in the designer:
AzureBlobStorage.CreateFile failed: {"status":404, "message":"The remote name could not be resolved:'....
this is the command I am running:
AzureBlobStorage.CreateFile(
"shireblobcontainer",
GUID() & ".jpg",
AddMediaButton2.Media
)
How can I intercept this message & display it on my screen?

Report
All responses (
Answers (