Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは、プロジェクトでレポート (rdlc) を作成して使用したときに始まりましたが、レポートを含むフォームを開くたびに、アプリケーションを閉じたときにエラーが表示されます。これを修正するにはどうすればよいですか?
private void Form1_FormClosing(Object sender,System.Windows.Forms.FormClosingEventArgs e) { ReportViewer1.LocalReport.ReleaseSandboxAppDomain(); }