将 VS2012 解决方案转换为 VS2010 [英] Converting VS2012 Solution to VS2010

查看:50
本文介绍了将 VS2012 解决方案转换为 VS2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 VS 2012 处理 VB 项目,完成后我尝试添加安装项目.

I'm working in VB project with VS 2012 and after finish I try to add setup project.

我没有找到它(因为安装项目在 VS2010 之后停止了)所以我切换到 VS2010 但问题是项目打不开,我收到这个消息:

I didn't find it (because the Setup Project was discontinued after VS2010) so I switched to VS2010 but the problem is the project wont open and I get this message:

所选文件是解决方案文件,但由较新的人创建此应用程序的版本,无法打开.

The selected file is a solution file but was created by a newer version of this application and cannot be opened.

我试过这篇文章:http://www.codeproject.com/Tips/80953/Converting-VS2010-Solution-to-VS2008并尝试从 2012 年转换为 2010 年,但出现相同的消息.

I tried this article : http://www.codeproject.com/Tips/80953/Converting-VS2010-Solution-to-VS2008 and tried to convert from 2012 to 2010 but same message appears.

推荐答案

我也遇到了类似的问题.我用谷歌搜索但找不到解决方案.所以我自己尝试了,这是我的解决方案.

I also faced the similar problem. I googled but couldn't find the solution. So I tried on my own and here is my solution.

在记事本中打开您的解决方案文件.进行 2 次更改

Open you solution file in notepad. Make 2 changes

  1. 将格式版本 12.00"替换为格式版本 11.00"(不带引号.)
  2. 将# Visual Studio 2012"替换为# Visual Studio 2010"(不带引号.)

希望这对你也有帮助.........

Hope this helps u as well..........

这篇关于将 VS2012 解决方案转换为 VS2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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