2015-02-05 73 views
2

我從Windows Mobile應用程序中的代碼調用JavaScript。 我正在使用Windows Phone SDK 8.0和Visual Studio 2012進行開發。Windows Phone 8調用腳本錯誤?

調用

wbInnerContent.InvokeScript('scriptName', new String[] { jsonval }); 

{System.SystemException: An unknown error has occurred. Error: 80020101. at Microsoft.Phone.Controls.NativeMethods.ValidateHResult(Int32 hr) at Microsoft.Phone.Controls.WebBrowserInterop.InvokeScript(String scriptName, String[] args) at Microsoft.Phone.Controls.WebBrowser.InvokeScript(String scriptName, String[] args) at OneVoiceAfrica.Header.d__16.MoveNext()}

我新的移動應用程序開發時,我得到以下isuue。 請幫我解決這個問題。

在此先感謝。

回答