我在 Win C# 2010 中有一个应用程序,
我在我的表单中添加了 OpenFileDialog 控件。我编写了以下代码
OpenFileDialog1.ShowDialog();
它抛出以下异常:
AccessViolationException:
"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
有什么问题?以及如何解决?
谢谢..