Hi there,
I am using your Xamarin Tool. I have created a "SomethingWentWrongPage" and I want to change the path of SVG.
(SVG file added to Images folder)
"this.ImagePath = "SomethingWentWrongPage.svg"" when I change the ImagePath to Something.svg, I am getting this error message;
"System.ArgumentNullException: 'Value cannot be null.
Parameter name: input'"
How can I change this ImagePath?