I am receiving the following runtime-error when attempting to load an image via ImageSource assignment.
Cannot use the specified Stream as a Windows Runtime IRandomAccessStream because this Stream does not support seeking.
Specifically, I am passing an ImageSource object from one page to another page. Thus, I am surprised that I am receiving this error.
I have even tried extracting the stream object from the ImageSource object. However, this does not appear to be supported.
Can anyone provide guidance on how I can resolve this issue?