Trouble with visual studio file extensions (.vdproj)

泪湿孤枕 提交于 2019-12-23 10:26:14

问题


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?


回答1:


Express Editions don't support setup projects:

  • What is "missing" in the Visual Studio 2008 Express Editions?



回答2:


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.)



来源:https://stackoverflow.com/questions/1670312/trouble-with-visual-studio-file-extensions-vdproj

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!