Visual Studio 文件扩展名 (.vdproj) 出现问题
我正在尝试打开一个开源项目,但在尝试打开该项目的某个组件时遇到错误。我正在使用 Visual Studio C# 2008 Express Edition,并且正在打开一个 .sln 文件。文件的这一部分可以正常打开,但是当我进入 IDE 时,我立即收到错误消息:
...无法打开 DinamapSetup.vdproj',因为此版本的应用程序不支持其项目类型 (.vdproj)。
我一直在寻找打开此文件可能需要的内容,但我还没有弄清楚。我发现它是一个“安装和部署项目”文件,但我似乎无法获得任何有关阻止其打开的信息。
这不是 Express 版本不支持的文件扩展名吗?我使用的 Visual Studio 版本错误吗?
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:
...DinamapSetup.vdproj' cannot be opened because its project type (.vdproj) is not supported by this version of the application.
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Express Edition 不支持安装项目:
Express Editions don't support setup projects:
想要添加这一点,因为我花了太长时间试图弄清楚:
但“shell”版本也不允许您打开这些类型的项目。 (我没有意识到我的工作计算机上安装了 VS Shell。)
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.)