【发布时间】:2016-05-24 23:29:19
【问题描述】:
正在使用 Intense Templates(SplitView 示例)开发 UWP 项目,然后我切换到 Template10(汉堡包)。当我尝试传递参数时似乎有错误
param is string with value something like this - (d5d05a3b-546a-4ca6-a345-74e333fa00fb)
Frame.Navigate(typeof(EditPage),param);
错误是这样的:
ErrorPicture
然后,如果我的编辑页面无法正确param,它会将用户退回(Frame.GoBack()),现在我收到类似
An exception of type 'System.Runtime.InteropServices.COMException' occurred in App6.exe but was not handled in user code
Additional information: Error HRESULT E_FAIL has been returned from a call to a COM component.
【问题讨论】:
-
您好,欢迎来到 Stack Overflow。调试你的代码的口头描述真的很难:) 你能编辑你的问题并添加相关的代码sn-ps,这样我们就可以看到你有什么,然后我们可以提供帮助你调试那个代码。 (不要将代码放在 cmets 中,因为格式很糟糕):)
标签: c# uwp-xaml template10