最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【已解决】VS2005 open project error: make sure the application for the project type (.vcw) is installed

工作和技术 crifan 1951浏览 0评论

【问题】

用VS2005打开一个.vcw文件,结果出错:

The application for project XXX is not installed.
Make sure the application for the project type (.vcw) is installed.
【解决过程】

网上找了下,这里解释的最清楚:

http://blogs.msdn.com/b/madenwal/archive/2006/03/10/visual-studio-2005-error-opening-visual-studio-solution-file-make-sure-the-application-for-the-project-type-is-installed.aspx

Took me a while to figure out what was going on, but I finally found out why I’m getting this error. It was because I didn’t have the ‘Visual Web Developer’ component installed (option to install this is in the Visual Studio setup process).  Installing that did the trick.

A similar error I believe happens for all other solution types. If you get this, check that you have the appropriate Visual Studio components installed…

然后按照要求,找到我此处工程所需要的组件,即:

Windows CE 5.0: Standard Software Development Kit (SDK)

下载地址:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=fa1a3d66-3f61-4ddc-9510-ae450e2318c3

下载安装后,然后就可以打开vcw项目了。但是由于该项目是别的版本的Visual Stdio创建的,此处需要转换。

接下来用VS2005去转换该项目,还是出了错,看了下出错原因,结果是项目文件是只读,不能修改,所以去把该项目及其下所有文件都取消只读的属性,再去转换项目,就可以成功打开项目了。同时会弹出让你保存.sln文件,然后选择保存,覆盖旧的.sln文件,即可。

然后去尝试编译此项目,也是可以正常编译的。

【总结】

就是缺少了对应的组件,去安装对应的组件即可。

安装方法是,像我一样,找到缺少的组件的下载地址,下载后安装即可。

对于如何知道自己缺少的是哪个组件,那么就要看你需要打开的是哪种文件了,

我这里的是.vcw,在安装VS2005后,显示的文件类型是“eVC 3/4 Workspace”,可以得知,是对应的eMbedded Visual C++ 4.0 SP4类型的文件,最新版本是WinCE5.0。其他人,根据自己实际需要打开的文件,找到需要装哪个组件,然后去下载安装即可。

转载请注明:在路上 » 【已解决】VS2005 open project error: make sure the application for the project type (.vcw) is installed

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
79 queries in 0.145 seconds, using 22.21MB memory