VS2010 Express 缺少 devenv.exe 所以我无法修复“项目过时"问题 [英] VS2010 Express missing devenv.exe so I can't fix "project out of date" issue

查看:49
本文介绍了VS2010 Express 缺少 devenv.exe 所以我无法修复“项目过时"问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我实际上是在尝试使用中概述的步骤解决这个问题此答案以启用系统日志记录.

I'm actually trying to fix this issue where my projects are always out of date by using the steps outlined in this answer to enable system logging.

但是我在我的机器上的任何地方都找不到 devenv.exe.config 或匹配的 .exe 文件,更不用说在 C:\Program Files 中>C:\Program Files (x86).

However I can't find devenv.exe.config or the matching .exe file anywhere on my machine let alone in either C:\Program Files or C:\Program Files (x86).

我运行的是 Windows 7 SP1(我认为这不是特别相关)和 VS2010 Express SP1.我在想也许 devenv 在 Express 版本中不可用,但我找不到任何信息来证实或否认我的理论.

I'm running Windows 7 SP1 (which I presume isn't particularly relevant) and VS2010 Express SP1. I was thinking that maybe devenv isn't available in the Express version but I can't find any info to either confirm or deny my theory.

谁能建议我为什么没有 devenv.exe 以及我是否应该?

Can anyone suggest why I don't have devenv.exe and whether I should or not?

如果没有,我该如何解决总是过时"的问题,而无法获得正确的日志来告诉我是什么导致了问题?

If not, how do I fix the "always out of date" issue without being able to get a proper log that tells me what's causing the problem?

推荐答案

可执行文件的名称(当然还有关联的配置文件)取决于您正在运行的 Visual Studio 类型.通常,这是devenv.exe.对于 Visual Studio Express,您应该能够找到 vcexpress.exe.

The name of the executable (and, of course, the associated configuration file) is dependent upon which type of Visual Studio you're running. Normally, this is devenv.exe. In the case of Visual Studio Express, you should be able to locate vcexpress.exe.

一个类似的配置文件是 vcexpress.exe.config,您应该能够将您的 system.diagnostics 配置放在该文件中.

A similar configuration file is available as vcexpress.exe.config, and you should be able to place your system.diagnostics configuration in that file.

这篇关于VS2010 Express 缺少 devenv.exe 所以我无法修复“项目过时"问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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