The call to LoadLibrary(YourExtensionName) failed, Win32 error 0n14001, “This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.”

使用WinDBG, 有时需要加载一些第三方的debugger extension. 这些extension会提供一些功能, 比如说dump特定类型信息等, 帮助你完成debugging的任务.

 

在加载第三方debugging extension的时候, 如果你遇到了类似标题中的错误, 该怎么办呢?

 

原因

=========

这个第三方的extension的开发平台在出现问题的机器上不存在.

也就是说, 如果这个extension是在VS2008上开发的, 同时加载extension的机器上又没有安装VS 2008, 就会遇到这个问题了.

 

解决方案

=========

安装相应开发平台的Microsoft Visual C++ Redistributable Package.

Redistributable Package能安装Visual C++的运行时组件(runtime component), 从而解决在无VS安装的机器上运行VS开发出来的C++软件的问题.

 

参考资料:

The call to LoadLibrary(sos2) failed, Win32 error 0n14001, “This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.”

http://debuggingblog.com/wp/2009/04/30/the-call-to-loadlibrarysos2-failed-win32-error-0n14001-this-application-has-failed-to-start-because-the-application-configuration-is-incorrect-reinstalling-the-application-may-fix-this-problem/

posted on   中道学友  阅读(4583)  评论(0编辑  收藏  举报

编辑推荐:
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律

导航

< 2010年7月 >
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
1 2 3 4 5 6 7

技术追求准确,态度积极向上

点击右上角即可分享
微信分享提示