Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7975929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T08:46:48+00:00 2026-06-04T08:46:48+00:00

I have created a web browser for windows phone 7. In that am saving

  • 0

I have created a web browser for windows phone 7. In that am saving the history of browsing also with title of that page. But due to this codes when i tried to load a somewhat big website like thinkdigit,etc. are not loading. At the same time if i delete that particular codes then no history is being recorded in the history page. It shows error for the below highlighted code – “An unknown error has occurred. Error: 80020006”. I think its due to big site or else do i need to put milliseconds or what i have to do???
Thanks in advance for your hard work!!!

Below is the codes i have used for it-

private void browsers_Navigated(object sender,System.Windows.Navigation.NavigationEventArgs e)      
{
    pbarWebClient.Visibility = System.Windows.Visibility.Collapsed; 
    if (!fromHistory)
    {
        if (HistoryStack_Index < HistoryStack.Count)
        {
           HistoryStack.RemoveRange(HistoryStack_Index, HistoryStack.Count - HistoryStack_Index);
        }

        HistoryStack.Add(e.Uri);

        if (!app.incognito)
        {
            ********string title = (string)browsers[this.currentIndex].InvokeScript("eval", "document.title.toString()");********----->This is the error.
            stream.WriteLine(title + ";" + e.Uri.ToString());
        }

        HistoryStack_Index += 1;
    }
    fromHistory = false;
    navigationcancelled = false;
    Stop.Visibility = Visibility.Collapsed;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T08:46:50+00:00Added an answer on June 4, 2026 at 8:46 am

    Finally i got the suitable answer for my own question. Just replace the above codes with this-

                if (!app.incognito)
                {
                    Thread.Sleep(100);
                    Dispatcher.BeginInvoke(() =>
                    {
                        string title = (string)browsers[this.currentIndex].InvokeScript("eval", "document.title.toString()");
                        stream.WriteLine(title + ";" + e.Uri.ToString());
                    });
                }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the web browser app for windows phone 7,i have created a web browser
I have created a web browser app for windows phone 7 using web browser
I have created a web page (ASP.NET) that includes a stylesheet to mimic Dynamics
My app is a windows phone 7 application. In that i have created a
I have created a simple web browser using c# and I want to block
I have created a web service which is saving some data into to db.
We have created a .NET 4 web service, which runs fine on a Windows
I have created a WCF web service in C# deployed in a Windows Service
Is it possible to launch a web browser from a windows service? I have
I have created a custom SharePoint web service that was deployed to, and successfully

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.