无法在Win 7 Home下的VS 2008中执行x64调试 [英] cannot execute x64 debug in VS 2008 under Win 7 Home

查看:69
本文介绍了无法在Win 7 Home下的VS 2008中执行x64调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

向大家问好.

我正在写这篇文章是因为我正在Windows 7 Home下使用VS 2008开发本地C ++项目,但无法在x64调试模式下运行它.

我已经在VS项目设置中设置了debug选项,以在不进行身份验证的情况下启用远程调试,并将调试类型设置为本地.

已安装VS Remote Debugger,并且设法运行远程调试器监视器.我没有麻烦的编译和链接项目,但是,当我尝试运行F5调试命令时,出现以下错误(我正在翻译意大利语,因此错误消息可能并不完全相同):

---
无法启动程序'< project path>'.
由于配置不正确,无法启动应用程序.请参阅清单文件以检测可能的错误.通过重新安装应用程序可以解决该问题.有关更多详细信息,请参见应用程序的事件日志.
---

但是,在远程调试监视器中,即使程序无法启动,每次我按F5都会记录一次连接. .

如果您有任何提示或链接可以帮助我解决此问题,我将不胜感激.

问候.
 

Hello to all.

I am writing because I am using VS 2008 under Windows 7 Home to develop a local C++ project but I am unable to run it in x64 debug mode.

I already set the debug option within the VS project settings to enable remote debugging without authentication and set debug type as native.

The VS Remote Debugger is installed and I manage to run remote debugger monitor. I have no troubles compiling and linking the project, however, when I try to run debug hitting F5 I get the following error (I am translating from italian so the error message may not be exactly the same):

---
Unable to start program '<project path>'.
Application could not be started because the configuration is not correct. See the manifest file to detect possible errors. The problem may be solved by reinstalling the application. For further details, see the application's event log.
---

In the remote debugging monitor, however, a connection is recorded every time I hit F5, even if the program fails to start.

If you have some hints or links to help me solving this problem I would be grateful.

Regards.
 

推荐答案



错误对话框消息看起来像是CRT并排运行时加载问题.您是否可以在不调试的情况下运行应用程序(例如使用Ctrl + F5)?对话框是否弹出?

谢谢

Hi,

The error dialog message looks like a CRT Side by side runtime loading problem. Are you able to run the application without debugging(such as using Ctrl+F5)?  Does the dialog pop up either?

Thanks


这篇关于无法在Win 7 Home下的VS 2008中执行x64调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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