Visual Studio 2017 年跨平台项目中的视图设计器不起作用

View Designer in Crossplatform project in Visual Studio 2017 don't work

前几天安装了visual studio2017 enterprise。

当我创建一个C# Crossplatform 项目时,可移植,我发现我不能使用"View Designer" 来创建应用程序的UI。我可以手动编辑 .xaml 文件,但这太疯狂了。给我 Visual Studio 的消息是:

"The editor is not available for"C:\...\MainPage.xaml。 确保安装了文件类型 (.xaml) 的应用程序

另一方面,当我创建 C# Android 项目或 C# iOS 时,设计器工作得很好。

我澄清一下,我正在全新安装 Windows 10 Pro,完全更新,以及 Visual Studio 2017 Enterprise 和 MSDN 许可证,也完全更新。

有谁遇到过,或者谁知道怎么解决的?

可惜现在还没有跨平台的设计器XAML:只能手写。 Visual Studio XAML 设计师,只使用 WPF。

https://developer.xamarin.com/guides/xamarin-forms/troubleshooting/questions/forms-xaml-designer/