简体   繁体   English

Visual Studio 2017不支持Winphone项目类型

[英]Winphone project type is not supported in Visual studio 2017

I have an existing xamarin native project and It has 我有一个现有的xamarin原生项目,它有

  • myproj.iOS myproj.iOS

  • myproj.Droid myproj.Droid

  • myproj.WinPhone myproj.WinPhone

I uninstalled my visual studio 2015 and installed Visual studio 2017 我卸载了我的visual studio 2015并安装了Visual Studio 2017

Now in the solution explorer I can see it clearly says myproj.WinPhone (incompatible) 现在在解决方案资源管理器中,我可以清楚地看到myproj.WinPhone(不兼容)

I am aware Microsoft is pushing for UWP but I still want to do as I was doing earlier like supporting windows 8.1 etc.. 我知道微软正在推动UWP,但我仍然希望像我之前做的那样支持Windows 8.1等。

Is it possible to downgrade this to 2015 so that I can still do myproj.WinPhone ? 有可能将此降级到2015年,以便我仍然可以执行myproj.WinPhone吗?

Or is there anyother way that will solve this problem 或者还有其他方法可以解决这个问题

FYI: 供参考:

I tried creating a new xamarin native project but that doesn't have winphone project but it has for iOS and Android though 我尝试创建一个新的xamarin本机项目,但它没有winphone项目,但它适用于iOS和Android

See Visual Studio 2017 Platform Targeting and Compatibility 请参阅Visual Studio 2017平台定向和兼容性

"Projects for Windows Store 8.1 and 8.0, and Windows Phone 8.1 and 8.0 are not supported in this release. To maintain these apps, continue to use Visual Studio 2015. To maintain Windows Phone 7.x projects, use Visual Studio 2012." “此版本不支持Windows Store 8.1和8.0以及Windows Phone 8.1和8.0的项目。要维护这些应用程序,请继续使用Visual Studio 2015.要维护Windows Phone 7.x项目,请使用Visual Studio 2012。”

@Elstine, @Elstine,

Instead of going back to VS2015, I would recommend to reinstall the VS2017 with some WinPhone Dev kit. 我建议用一些WinPhone开发套件重新安装VS2017,而不是回到VS2015。 I remember, when I was installing VS2017, I un-selected few Win Phone component to save space as I do not need that. 我记得,当我安装VS2017时,我没有选择几个Win Phone组件以节省空间,因为我不需要它。

Just check and it should be there in VS2017 installer. 只需检查它,它应该在VS2017安装程序中。

Thanks 谢谢

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

相关问题 引用的 SDK “SQLite.UWP.2015”不支持正在构建的项目的处理器架构“任何 CPU”。 在 Visual Studio 2017 中 - The processor architecture of the project being built “Any CPU” is not supported by the referenced SDK “SQLite.UWP.2015”. in Visual Studio 2017 该项目与Visual Studio VS2017的当前版本不兼容 - This project is incompatible with the current version of Visual Studio VS2017 由于缺少引用,无法使用Visual Studio 2017构建UWP项目 - Failed to build UWP project with Visual Studio 2017 due to missing reference 我可以在Visual Studio 2017中为UWP项目指定10.0.10586版本吗? - Can I target 10.0.10586 version for UWP project in Visual Studio 2017? uwp项目无法在Visual Studio 2017 15.8上构建 - uwp project not able to build on Visual Studio 2017 15.8 UWP Visual Studio 2017 - UWP visual studio 2017 UWP TimePicker Visual Studio 2017 - UWP TimePicker Visual Studio 2017 Visual Studio 2017 - 模拟器消失了 - Visual Studio 2017 - Emulators Disappeared 无法在Visual Studio 2017 for UWP项目上加载DLL'SQLite.Interop.dll' - Unable to load DLL 'SQLite.Interop.dll' on Visual Studio 2017 for UWP project 我想知道如何在Visual Studio 2017中为我的UWP项目创建安全证书 - I want to know to create a secure certificate for my UWP Project in Visual Studio 2017
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM