2

I have to save report to PDF. I am using this line of code:

File::SendFileToUser(stream, printSettings.parmFileName(_fileName + #extension));

And getting this error on user screen:

Error image

Error text: Sorry, something went wrong and the file wasn't downloaded.
Sorry, something went wrong and the file wasn't uploaded.
Unable to connect to the remote server at Microsoft.WindowsAzure.Storage...

rjv
  • 1,058
  • 11
  • 29
Effy Sille
  • 179
  • 1
  • 12

1 Answers1

4

The AzureStorageEmulator.exe service was not running on the machine.

You should run the Microsoft Azure Storage Emulator on the PC.
I was running it through Command Line as AzureStorageEmulator.exe

Effy Sille
  • 179
  • 1
  • 12