visual-studio Visual Studio 文件扩展名 (.vdproj) 的问题

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1670312/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 11:11:23  来源:igfitidea点击:

Trouble with visual studio file extensions (.vdproj)

visual-studiovdproj

提问by Chad

I'm trying to open an open source project and I'm getting an error when trying to open a certain component of the project. I'm using Visual Studio C# 2008 Express Edition and I'm opening a .sln file. That part of the file opens fine, but when I enter the IDE I'm greeted immediately with the error:

我正在尝试打开一个开源项目,但在尝试打开项目的某个组件时出现错误。我正在使用 Visual Studio C# 2008 Express Edition 并且我正在打开一个 .sln 文件。文件的那部分可以正常打开,但是当我进入 IDE 时,我立即收到错误消息:

...DinamapSetup.vdproj' cannot be opened because its project type (.vdproj) is not supported by this version of the application.

...DinamapSetup.vdproj' 无法打开,因为此版本的应用程序不支持其项目类型 (.vdproj)。

I've been searching around to what I might need to open this file, but I haven't figured it out. I've discovered it is a "Setup and Deployment Project" file, but I can't seem to get any information about what is keeping this from opening.

我一直在寻找打开这个文件可能需要的东西,但我还没有弄清楚。我发现它是一个“设置和部署项目”文件,但我似乎无法获得有关阻止它打开的任何信息。

Is this not file extension not supported in the express edition? Am I using the wrong version of visual studio?

这不是快速版不支持的文件扩展名吗?我是否使用了错误版本的 Visual Studio?

采纳答案by Michael Burr

Express Editions don't support setup projects:

Express Edition 不支持安装项目:

回答by emery.noel

Want to add this, because I spent way too long trying to figure it out: But the "shell" versions don't allow you to open these types of projects either. (I didn't realize VS Shell was installed on my work computer.)

想添加这个,因为我花了太长时间试图弄清楚:但是“shell”版本也不允许您打开这些类型的项目。(我没有意识到我的工作计算机上安装了 VS Shell。)