环境:win7 64位,vs2010 c#
问题:通过Build-->Configuration Manager-->New->Any CPU
报错:This platform could not be created because a solution platform of the same name already exists.
解决:在New出来的对话框不要选中Create new solution platforms
参考:http://stackoverflow.com/questions/4012732/cant-change-target-platform-to-any-cpu

本文解决了一个在Visual Studio 2010环境下配置项目为Any CPU平台时出现的问题,即提示This platform could not be created because a solution platform of the same name already exists的错误。解决方法是在新建平台对话框中取消选中Create new solution platforms选项。
1万+

被折叠的 条评论
为什么被折叠?



