locked
Exception: 0x800a01b6 - JavaScript runtime error::Object doesn't support property or method 'rD' occured in windows8 RRS feed

  • Question

  • I am using C#,xaml to develop my app,I got  this exception when I am executing my app.It is showing error in html5player-vflyliNm2.js in runtime.

    I think this exception is related  to webview control.If I remove webview control then it isworking fine,bit I need webview control.

    Please help me how to resolve this problem.

    Thanks in advance.

    Monday, October 28, 2013 5:00 AM

Answers

  • The problem is related to the whatever js it is loading in the WebView control.  This is the file that has the problem:

    html5player-vflyliNm2.js

    It will be difficult to find the root of this but you can find and copy this file locally perhaps and add some debugging statements into the javascript to write information out.  This will require you to become familiar with all the HTML and JavaScript you are loading into the control.  You can use a tool like fiddler http://fiddler2.com to see all that html traffic if you are loading it from the web.


    Jeff Sanders (MSFT)

    @jsandersrocks - Windows Store Developer Solutions @WSDevSol
    Getting Started With Windows Azure Mobile Services development? Click here
    Getting Started With Windows Phone or Store app development? Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)

    Monday, October 28, 2013 7:05 PM
    Moderator