I guess you have not embedded "Message.png" in "Stimulsoft.Report.SL" assembly or maybe you have mistyped "Information.png" with "Message.png".
A part of code included in "Stimulsoft.Report.SL.MessageBox.StiMessageBox.Show" method is:
Code: Select all
case StiMessageBoxImage.Information:
this.window.image.set_Source(new BitmapImage(new Uri("/Stimulsoft.Report.SL;component/MessageBox/Images/Message.png", UriKind.RelativeOrAbsolute)));
break;
Thank you.