Intense Templates(SplitView sample)を使ってUWPプロジェクトを開発していたのですが、Template10(Hamburger)に切り替えました。パラメータを渡そうとするとエラーが発生するようです
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.