调试VS 2005提示的"不支持的操作" [英] debugging VS 2005 prompts an "Operation not supported"

查看:452
本文介绍了调试VS 2005提示的"不支持的操作"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经debbugging VS 2005,并设置启动外部程序到C:\ Program Files文件\微软的Visual Studio 10.0 \ Common7 \ IDE \ devenv.exe的

I've been debbugging VS 2005 and set the 'Start external program' to C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe

不过,按F5后,我得到这个错误:

But after hitting F5 I got this error:

错误试图运行项目:无法启动程序C:\ Program Files文件\微软的Visual Studio 10.0 \ Common7 \ IDE \ devenv.exe的

Error while trying to run project: Unable to start program 'C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe

不支持操作。未知错误:0x8013134b

Operation not supported. Unknown error: 0x8013134b.

我可以成功地调试,如果我将其设置到C:\ Program Files文件\微软的Visual Studio 9.0 \ Common7 \ IDE \ devenv.exe的

I can debug successfully if I set it to C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe

谢谢!

推荐答案

时,有什么之间的调试期待的,什么是在调试过程中实际运行一个CLR版本不匹配,就会出现此错误。 Visual Studio 2010中是使用CLR 4.0这很可能是造成问题的原因。

This error occurs when there is a CLR version mismatch between what the debugger is expecting and what is actually running in the debuggee process. Visual Studio 2010 is using CLR 4.0 which is likely causing the problem.

下面有一对夫妇的文章,将帮助您解决问题。

Here are a couple of articles that will help you resolve the problem

  • http://blogs.msdn.com/b/jmstall/archive/2005/01/15/353717.aspx
  • http://blogs.msdn.com/b/jmstall/archive/2005/11/30/everett-cant-debug-whidbey.aspx

这篇关于调试VS 2005提示的"不支持的操作"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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