1

I have a WPF application where WebBrowser control is used. However, I am unable to suppress script errors here. I am new to C# so couldn't understand the solutions already given in other questions.

Can some one help me on this.

  • I am facing this error: The type or namespace name IOleServiceProvider doesn't exist. if I can resolve this, it may work – LavanyaBhuma Nov 22 '21 at 10:05
  • This error got resolved but I see that even the webpage is not loading. All I did is keeping this code. browsePrivacyInfo.Navigated += new NavigatedEventHandler(browsePrivacyInfo_Navigated); } void browsePrivacyInfo_Navigated(object sender, EventArgs e) { setSilent(browsePrivacyInfo, true); // make it silent } I see this code is executed but the webpage is not visible in my WPF application – LavanyaBhuma Nov 22 '21 at 14:13

0 Answers0