UWP Exception from HRESULT: 0x8000FFFF

今日のRoboPara(ロボパラ)開発日記では、UWPでのException from HRESULT: 0x8000FFFFの回避方法をご紹介します。

 

UWPプロジェクトでコーディング中に”Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)”を目にしたら要注意です!

半日これにハマりました。

UWPでCanvasなどLayoutでStyle Setterを使いたくなりますが、UWPでは『使えません!

ネットで調べていると、あたかも使えるように書いてある記事が多いですが、これ嘘です! 本当にコード書いて試してるんですかね・・・。リリース当初は使えたとか???

とりあえず参考リンク貼っときます。

itemscontrol in UWP doesnt bind to coordinates of observablecollection items
My Code does not bind to the X and Y property of the items in the observable Collection. What is wrong: <ItemsControl ItemsSource="{Binding LED}"> ...
UWP Binding in Style Setter not working
I have problem with creating xaml control. I'm writing new project in VS 2015 in universal app. I want create grid. In this grid I want to have a button. In mod...

 

タイトルとURLをコピーしました