本文介绍了错误:用户代码未处理Accessviolation异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我有这个感觉,VS崩溃了.下面是代码;

Hello All,


I have got this eception and VS get crashed.Below is code;

Preview  pv= new Preview();
pv.Owner = App.Current.Windows[0];
pv.cmbName.IsEnabled = true;
pv.ShowDialog();


在粗体字处显示错误,并显示以下详细信息:尝试读取或写入受保护的内存.这通常表明其他内存已损坏.
有什么建议吗?

感谢


got error at bold area with details: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Any suggestions?

Thanks

推荐答案


这篇关于错误:用户代码未处理Accessviolation异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-11 09:52