An error message in webbrowser control.

Stimulsoft Reports.WEB discussion
Post Reply
User avatar
Woodcutter
Posts: 56
Joined: Wed Mar 01, 2017 2:17 am

An error message in webbrowser control.

Post by Woodcutter »

Hey Aleksey:

I made a winform program then use below code:

TextBox1.Text="http://202.105.139.132:7088/orbitWCFSer ... Styles.mrt";
webBrowser1.Navigate(textBox1.Text);

Always got an error message when open the web url, but IE browser is OK.

OS:Windows 10, IDE: VS-2015

Thanks for your help!

Henry
Attachments
error.png
error.png (21.42 KiB) Viewed 1605 times
User avatar
Woodcutter
Posts: 56
Joined: Wed Mar 01, 2017 2:17 am

Re: An error message in webbrowser control.

Post by Woodcutter »

Hey :

Does anyone meet this problem?

Henry.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: An error message in webbrowser control.

Post by HighAley »

Hello, Henry.

Unfortunately, the Browser component for WinForms has some restrictions.
The HTML5 WebViewer can't work correct there. So you see this message.

We can suggest you 2 solutions:

1. Try to use the WebViewerFx (Flash based). Maybe it will work right in your WinForms application.

2. You could try to use HTML export in code and show the exported report in the Browser component.

Thank you.
Post Reply