Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to use Google Map Api's; trying to call javaScripts from Windows Phone 7 application ; script file is in xmlfile.html in project

C#
public MainPage()
{
    InitializeComponent();

          
    Loaded += new RoutedEventHandler(MainPage_Loaded);

    webBrowser1.Loaded += (object sender, RoutedEventArgs e) =>;
    { webBrowser1.InvokeScript("initialize"); };


At the last line, while calling the initialize function, I've got the error "An unknown error has occurred". Error: 8000FFFF.

I am newbie to developing phone applications and I don't know if this code is true way or there is more that I need to do? Thanks for any help.
Sorry for bad english
Posted
Updated 1-Mar-12 13:57pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900