运行 Qt Creator 时并排错误
在 Vista Ultimate(无 SP)上,我使用 Windows 二进制安装程序安装了诺基亚的 Qt Creator 1.3。当我尝试运行它时,我收到一个并行错误: “应用程序无法启动,因为其并行配置不正确。请参阅应用程序事件日志以了解更多详细信息。”
事件查看器日志显示: ““C:\Qt\qtcreator-1.3.0\bin\qtcreator.exe”的激活上下文生成失败。依赖程序集 Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32" ,version="9.0.21022.8" 无法找到,请使用 sxstrace.exe 进行详细诊断。
运行和 sxstrace 给了我一个日志文件。我已将内容上传到 http://cl1p.net/sxstrace/
我认为它有与不同版本的 DLL 和 Sxstrace 系统以及 VC90.crt 有关,但我不知道该怎么办。如果有帮助的话,我在 PC 上安装的唯一其他开发工具是 Dev-C++(和 MingW)。我过去曾安装过 Visual Studio,但此后已将其卸载。其他具有 VC90.crt 清单的应用程序(例如 Limewire 和 Digsby)运行良好。请帮忙?
On Vista Ultimate (No SP), I installed Qt Creator 1.3 from Nokia, using the Windows Binary installer. When I tried running it, I got a side-by-side error saying:
"The Application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail."
The Event Viewer Logs showed:
"Activation context generation failed for "C:\Qt\qtcreator-1.3.0\bin\qtcreator.exe". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis."
Running and sxstrace gave me a log file. I've uploaded the contents at http://cl1p.net/sxstrace/
I've figured it has something to do with different versions of DLLs and the Sxstrace system, and VC90.crt, but I don't know what to do. If it helps, the only other development tool I have installed on my PC is Dev-C++ (and MingW). I have had Visual Studio installed in the past, but its been uninstalled since. Other apps with VC90.crt manifests, like Limewire and Digsby are running fine. Help please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试安装 Visual C++ 2008可再发行组件包或Visual C++ 2008 SP1 可再发行组件包。
Try installing the Visual C++ 2008 Redistribuable Package or Visual C++ 2008 SP1 Redistribuable Package.