我正在为我的应用创建一个新版本,以便修复一些屏幕尺寸设置(在我之前的版本中,我没有考虑不同的屏幕尺寸,我在我的xaml代码中硬编码了每个东西的位置)我有编译ARM的问题。我之前的版本包括扩展的splash类和编码,以通知用户该应用程序已准备就绪。但是有些东西在大屏幕上分散在屏幕上,我制作了一个新版本的应用程序来解决这个问题。现在,当我尝试为商店创建应用程序包时,不会创建ARM包。 我收到5个错误:
Error 1 The name "LayoutAwarePage" does not exist in the namespace "using:Greek_Blogs.Common". D:\Skydrive\Cyprus RSS Reader\RSSReader\WindowsBlogReader\ItemsPage.xaml 1 1 Greek Blogs Reader
Error 2 The member "Resources" is not recognized or is not accessible. D:\Skydrive\Cyprus RSS Reader\RSSReader\WindowsBlogReader\ItemsPage.xaml 14 5 Greek Blogs Reader
Error 3 The name "AdControl" does not exist in the namespace "using:Microsoft.Advertising.WinRT.UI". D:\Skydrive\Cyprus RSS Reader\RSSReader\WindowsBlogReader\ItemsPage.xaml 146 13 Greek Blogs Reader
Error 4 The name "FeedDataSource" does not exist in the namespace "using:Greek_Blogs". D:\Skydrive\Cyprus RSS Reader\RSSReader\WindowsBlogReader\App.xaml 1 1 Greek Blogs Reader
Error 5 The name "DateConverter" does not exist in the namespace "using:Greek_Blogs". D:\Skydrive\Cyprus RSS Reader\RSSReader\WindowsBlogReader\App.xaml 1 1 Greek Blogs Reader
我的问题是: 为什么这些错误只出现在ARM编译中? 为什么它们现在而不是之前出现,因为它们属于我没有编辑的xaml页面? 我该如何修理它们?
另外,如果为AnyCPU创建一个包,它可以在ARM上运行吗?根据定义AnyCPU包含ARM,但由于我没有ARM设备,我无法测试它所以我在这里问