A Microsoft platform for building and publishing apps for Windows devices.
Alright, after a little detour thinking I'd uncovered a related issue, and having it pointed out that I was doing something wrong, I've realized that this is complicated and there's a lot of my own convoluted code in between what's happening and a fix. So I'm working on isolating the problem and double checking my code here and there. This rings of an issue with async code where things can look good for a long time and suddenly stop working. I also got this error tonight ..
WinRT originate error - 0x80131040 : 'System.IO.FileLoadException: Could not load file or assembly 'System.Runtime.WindowsRuntime, Version=4.0.15.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The located assembly's manifest definition does not match the assembly reference.
So I'll post again after I've worked through a couple of things and when I can perhaps present a much clearer and minimal picture of the issue.