带有.NET框架的软件崩溃 [英] Software Crash w/ .NET FRAMEWORK

查看:121
本文介绍了带有.NET框架的软件崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在运行一个经常崩溃的软件.我原本以为这是机器上的硬件,但是我知道在新机器上也会遇到相同的问题.我已经与开发人员交谈过,他们也不知所措.

I'm running a piece of software that has been routinely crashing. I originally thought it was the hardware on the machine, but am know experiencing the same issues on a new machine. I've spoken with the developer and they are at a loss as well.

事件查看器中的错误通常看起来像这样.

Errors in Event Viewer usually look like this.

应用程序:AGI32-17.5.exe框架版本:v4.0.30319说明:该进程由于未处理的异常而终止.异常信息:异常代码c0000005,异常地址07ED70FF

Application: AGI32-17.5.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: exception code c0000005, exception address 07ED70FF

我已经检查了注册表,并且正在Windows 10 Pro上运行V 4.6.2.我已经尝试了存在的修复工具.

I've checked my registry and am running V 4.6.2, on Windows 10 Pro. I've tried the repair utilities that exist as well.

有什么想法吗?

推荐答案

本·圣,

感谢您在MSDN论坛中发帖.

Thank you for posting in MSDN forum.

对于您的问题,错误消息表示该软件基于Framework v4.0.30319,引发异常并不表示您的系统框架有问题,还提到您尝试了修复实用程序但没有帮助.

For your question, the error message means that the software is based on Framework v4.0.30319, throwing an exception doesn't mean that your system framework has problem, you also mentioned that you have tried the repair utilities but no help.

请看看:

尽管这种情况与Visual Studio安装有关,但与您的错误信息相同,事实证明VS安装程序已损坏.同样,如果在新计算机上运行时遇到相同的问题,则根本原因可能仍与 该软件,建议您最好咨询该软件的作者或开发人员.

Although this case is about the Visual Studio installation, same error information as yours, turns out that the VS installer is corrupted. Similarly, If you encountered same problem when running on a new machine, the root cause could still be related to the piece of software, I suggest you'd better consult with the author or developer of this software.

为防止您的系统或.Net Framework出现问题,您可以尝试使用.NET Framework安装程序验证工具: http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx

To prevent your system or .Net Framework reason, you could try to use the .NET Framework setup verification tool: http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx

一旦发现任何损坏,您可以使用.NET Framework修复工具: https://www.microsoft.com/en-us/download/details.aspx? id = 30135 .

Once it found anything corrupted, you can use the .NET Framework Repair Tool:  https://www.microsoft.com/en-us/download/details.aspx?id=30135 .

最后,您可以使用sfc/scannow命令以查看是否存在任何系统错误,并在打开功能之前修复丢失或损坏的系统文件:

Lastly, you could use  sfc /scannow command to see if there are any system errors and to repair missing or corrupted system files before turn on the features:

https://support.microsoft.com/en-us/kb/929833

最好的问候


这篇关于带有.NET框架的软件崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆