C#/XAML Compile Error - Various Errors (The name “LayoutAwarePage” does not exist\")

主宰稳场 提交于 2019-12-04 03:34:10

I believe that the LayoutAwarePage is defined in the Common folder, and is automatically generated the first time you create a Basic Page

  • Right Click on your prject
  • Click Add
  • Click "New Item"
  • click "Basic Page"
  • click add.

You might get a dialog saying

"This addition depends on files that are missing from your project. Without these files you must resolve dependencies on the Common namespace manually. Add the missing files automatically?"

click yes

and then try building again

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!