Hi,
Sorry to resurrect this old thread but I was trying the Windows 8 exporter and, when trying to test via Visual Studio, I get this error:
Unhandled exception at line 273, column 320 in ms-appx://bad454a7-aa9f-4176-abce-676120890ec4/c2runtime.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'Uo'
<<
which is referring to this line:
new Windows.UI.Popups.MessageDialog("Note: this Windows 8 app is in Test Mode, designed for testing purchases. Before publishing, be sure to set Test Mode to 'No' in the Windows 8 object's properties.")).Uo();
<<
Any idea how to fix this? I think I followed all the steps in the "How to make a Windows 8 app" tutorial...
BTW, I'm using C2 r114 and Visual Studio Express 2012.
Thanks in advance for any help and happy new year!