Visual Studio 使用现有的 Xamarin 项目存储库
Visual Studio using existing Xamarin project repository
我是 Xamarin 的新手,运行遇到了一些问题。我和我的同事正在 运行ning VS 2017 社区,我只是想 运行 他们在我的计算机上的项目,但遇到了一些问题。首先,我尝试使用 File->open->Project/Solution 打开应用程序,导航到 .sln 文件,我得到:
"The version of the selected solution is higher than the solution version
supported by this Visual Studio release. Please try downloading the latest
service pack for this Visual Studio release, or opening in a more recent
version of Visual Studio, if available."
但我有 VS Community 2017,版本 15.2,这是我迄今为止发现的最新版本。
有什么想法吗?我可以 post 任何必要的日志,如果生成任何日志,提供有关错误的更多信息。
我在 Windows.
上尝试使用 VS 2017 中的 Visual Studio 2017 Community Edition 打开在 Mac 上创建的解决方案时发生了这种情况。
我通过打开 .csproj 文件设法加载了项目。
我将 .sln
文件从 "Format Version 15.00"
编辑为 "Format Version 12.00"
并解决了问题。
我是 Xamarin 的新手,运行遇到了一些问题。我和我的同事正在 运行ning VS 2017 社区,我只是想 运行 他们在我的计算机上的项目,但遇到了一些问题。首先,我尝试使用 File->open->Project/Solution 打开应用程序,导航到 .sln 文件,我得到:
"The version of the selected solution is higher than the solution version
supported by this Visual Studio release. Please try downloading the latest
service pack for this Visual Studio release, or opening in a more recent
version of Visual Studio, if available."
但我有 VS Community 2017,版本 15.2,这是我迄今为止发现的最新版本。
有什么想法吗?我可以 post 任何必要的日志,如果生成任何日志,提供有关错误的更多信息。
我在 Windows.
上尝试使用 VS 2017 中的 Visual Studio 2017 Community Edition 打开在 Mac 上创建的解决方案时发生了这种情况。我通过打开 .csproj 文件设法加载了项目。
我将 .sln
文件从 "Format Version 15.00"
编辑为 "Format Version 12.00"
并解决了问题。