错误描述
- 环境:win11
- “应用程序无法启动,因为应用程序的并行配置不正确。”,如下图:
解决方案
使用 DependenciesGui.exe 查看exe依赖项
- 该程序缺失MFC80.DLL\MSVCR80.DLL
- 该程序为32位程序
MFC80.DLL
mfc80.dll 是 Microsoft Visual C++ 2005 Redistributable Package 的一个动态链接库 (DLL),它包含 Microsoft 基础类库 (MFC) 的运行时组件。
下载 vc_redist.x86.exe 2005
https://learn.microsoft.com/zh-tw/cpp/windows/latest-supported-vc-redist?view=msvc-140
https://www.microsoft.com/en-us/download/details.aspx?id=26347
安装 vc_redist.x86.exe
安装后测试正常