我正在尝试使用Visual Studio 2017(最新版本)中的Xamarin表单创建一个基本的跨平台应用程序,我遇到了各种各样的问题。
平台:Android,iOS
UI技术:Xamarin.Forms
代码编制策略:共享项目
当我执行以下操作时: 右键单击项目>添加>新商品......>内容页面
Exception of type 'System.Exception' was thrown.
The project system has encountered an error.
Did not find new element in the hierarchy for item `Views\MyPage.xaml`.
The item would have been added with type "Page".
The project item schema service knows about this item type.
The item does exist in the project file.
它仍会添加文件,因为我在Windows资源管理器中看到它们。在解决方案资源管理器MyPage.xaml未包含在项目中(我无法包含它)。包含MyPage.xaml.cs。
我在另一篇文章中看到了解决方法,但它对我不起作用。
Microsoft是否随时支持VS2017中的Xamarin表单?在进行Web开发时,我从未遇到过这样的问题。