简体   繁体   English

无法加载LoadStateEventArgs

[英]LoadStateEventArgs can't loaded

guys, I have a problem with my Store App (Windows 8.1), I don't know the motive. 伙计们,我的Store App(Windows 8.1)出现问题,我不知道动机。

代码无法加载

The LoadStateEventArgs don't load. LoadStateEventArgs不加载。 I put the using assembly using Windows.UI.Xaml.Navigation; using Windows.UI.Xaml.Navigation;放置了使用程序集using Windows.UI.Xaml.Navigation; and don't work. 而且不工作。

How fix it? 如何解决?

NavigationHelper and LoadStateEventArgs aren't defined in any of the assemblies; 没有在任何程序集中定义NavigationHelperLoadStateEventArgs they're included directly in your project when you add a new item based on the Basic Page template: 当您基于“ Basic Page模板添加新项目时,它们将直接包含在您的项目中:

基于“基本页面”模板的新项目

Once you do that, a couple of file are added to the Common folder: 完成此操作后,会将几个文件添加到Common文件夹中:

通用文件夹中的NavigationHelper.cs

Among them is also NavigationHelper.cs which contains both missing classes. 其中还有NavigationHelper.cs ,其中包含两个缺失的类。 Their namespace matches the folder ( App1.Common in my case). 它们的名称空间与文件夹(在我的情况下为App1.Common )匹配。

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

相关问题 看不到已加载、已初始化、可见 window - Can't see Loaded, Initialized, Visible window 无法加载,因为已经加载了另一个具有相同文件的AssetBundle - Can't be loaded because another AssetBundle with the same files is already loaded 无法加载Crystal Report程序集 - Crystal report assembly can't be loaded 在整个类中使用LoadStateEventArgs e - Use LoadStateEventArgs e in whole the whole class 如何提供后备程序集而不是无法加载的程序集? - How to provide a fallback assembly instead of the one that can't be loaded? Arraylist在从磁盘加载后无法比较对象 - Arraylist can't compare objects after they are loaded from disk C#找不到已加载的程序集 - C# can't find assembly which is already loaded 无法引用在不同脚本中作为组件加载到游戏对象上的脚本,该脚本也作为组件加载到同一游戏对象上 - Can't reference a script that is loaded as a component on a GameObject in a different script that is also loaded as a component on same GameObject 无法加载,因为已经加载了另一个具有相同文件的 AssetBundle。 加载不同包时出错 - can't be loaded because another AssetBundle with the same files is already loaded. error while loading different bundles 在Loaded事件中设置DataContext时无法获取绑定值 - Can't get bound value when setting DataContext in Loaded event
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM