Win C#2010にアプリケーションがあります。
フォームにOpenFileDialogコントロールを追加しました。次のコードを記述しました
OpenFileDialog1.ShowDialog();
次の例外をスローします:
AccessViolationException:
"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
何が問題になる可能性がありますか?そしてそれを解決する方法は?
ありがとう..