简体   繁体   English

从VS2008升级到VS2010编译错误

[英]VS2010 Upgrade from VS2008 compile Error

So recently at work we upgraded our project from 2008 to 2010 what gets deployed to our web server compiles fine but what is being compiled for our app server is failing. 因此,最近在工作中,我们将项目从2008年升级到了2010年,部署到我们的Web服务器上的编译正常,但是为我们的应用服务器编译的却失败了。 The error we see is: 我们看到的错误是:

Solution file xxx.sln is from a previous version of this application and must be converted in order to build in this version of the application. 解决方案文件xxx.sln来自该应用程序的先前版本,必须进行转换才能在该应用程序的此版本中进行构建。 To convert the solution, open the solution in this version of the application. 要转换解决方案,请在此版本的应用程序中打开解决方案。

I have googled around and haven't found any thing has worked. 我已经四处搜寻,却没有发现任何有效的方法。 I know some of the common csproj aren't the issue but there are a couple that only exist in this solution so I am looking for a possible cause in those. 我知道一些常见的csproj并不是问题,但是在此解决方案中只有一对,所以我正在寻找可能的原因。

Funny is when I build the solution locally all is fine its only when out release team builds it that there is an issue. 有趣的是,当我在本地构建解决方案时,只有在发布团队构建存在问题的情况下,一切都很好。

我似乎解决方案文件尚未转换为新的Visual Studio环境。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM