こんにちはすべて私は私のサイトが印刷プレビューダイアログを表示しようとしたときにライブであったときにこのエラーが発生します
PrintPreviewDialog ppdlg = new PrintPreviewDialog();
ppdlg.ShowDialog();
このエラーを解決するにはどうすればよいですか
完全なエラー
Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.