Windows Phone app exception: System.Windows.Markup.XamlParseException -
i have windows phone app works fine in emulator , on test device (lumia 520), when published store appears having issues it. in crash logs see lots of same error:
problem function: ms.internal.xcpimports.tilehostv2_setnativecontentprovider exception type: system.windows.markup.xamlparseexception stack trace: "frame image function offset 0 system_windows_ni ms.internal.xcpimports.checkhresult 0x001c1f04 1 system_windows_ni ms.internal.xcpimports.tilehostv2_setnativecontentprovider 0x00000054 2 system_windows_ni ms.internal.tilehostv2.bindtoagwebbrowsercontrol 0x00000028 3 microsoft_phone_interop_ni microsoft.phone.controls.webbrowserinterop..ctor 0x0000008e"
the problem is, doesn't give me great deal go on. doesn't appear related pretty in code can relate to. can see webbrowser component seems having issue in constructor maybe, how can possibly resolve (if cause)?
has seen error before or have idea how diagnose it?
thanks
check if have set id_cap_networking capability in wmappmanifest.xml file.
apparently ms.internal.xcpimports.tilehostv2_setnativecontentprovider needs download map tiles when executed on non-development devices.
Comments
Post a Comment