wpf程序报错
用wpf开发的应用程序,发现有部分win7用户打开应用程序时,提示已停止工作。
然后查看windows日志文件发现报了两个错误,有哪位大神帮忙看下是什么原因导致的,或者还需要我提供什么信息吗?
第一个:
,时间戳: 0x59d7a19c
错误模块名称: KERNELBASE.dll,版本: 6.1.7601.23915,时间戳: 0x59b94abb
异常代码: 0xe0434352
错误偏移量: 0x0000c54f
错误进程 ID: 0x11f8
错误应用程序启动时间: 0x01d3424d1ae7c684
错误应用程序路径: D:(省略掉).exe
错误模块路径: C:Windowssyswow64KERNELBASE.dll
报告 ID: 58eede71-ae40-11e7-ad93-e03f49b3c763
第二个:
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception
Exception Info: System.DllNotFoundException
at MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16, UInt16)
at MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
at <Module>.CModuleInitialize.{ctor}(CModuleInitialize*, Void ())
at <Module>.?A0x721f77f1.CreateCModuleInitialize()
at <Module>.?A0x721f77f1.??__E?A0x721f77f1@cmiStartupRunner@@YMXXZ()
at <Module>._initterm_m(Void (), Void ())
at <Module>.<CrtImplementationDetails>.LanguageSupport.InitializePerAppDomain(<CrtImplementationDetails>.LanguageSupport*)
at <Module>.<CrtImplementationDetails>.LanguageSupport._Initialize(<CrtImplementationDetails>.LanguageSupport*)
at <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize(<CrtImplementationDetails>.LanguageSupport*)
Exception Info: <CrtImplementationDetails>.ModuleLoadException
at <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize(<CrtImplementationDetails>.LanguageSupport*)
at <Module>..cctor()
Exception Info: System.TypeInitializationException
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我怀疑第二个错误是因为dll没有找到。
at MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16, UInt16)加载本地dll时出现问题。
调查清楚目标用户的.net framework版本,过低则让他们升级到4.5以上