|
Rank: Newbie Groups: Member
Joined: 9/3/2018 Posts: 3
|
i'm using EO.WebBrowser. when i open webbrowser in my computer, it has no problem. but, in another computer when open the webbrowser, it is directly closed. there is no error and no log. i don't know why... is there any issue about using EO.WebBrowser such as OS, setting option?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, Please set EO.Base.Runtime.EnableEOWP to true and see if it resolves the issue for you. See here for more details: https://www.essentialobjects.com/doc/common/eowp.aspxThanks!
|
|
Rank: Newbie Groups: Member
Joined: 9/3/2018 Posts: 3
|
i did EO.Base.Runtime.EnableEOWP = true and put eowp.exe file in the same folder with .dll but it desen't work. In most of computer is Ok. but in specific computer is not working. my code is very simple. i put webcontrol and webbrowser in the form and then just webview.url = ....
please help me, this is very important for me............ :(
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
What version of EO.WebBrowser and what version of Windows you are running?
|
|
Rank: Newbie Groups: Member
Joined: 9/3/2018 Posts: 3
|
I got a EO 2018 setting file.
EO.Base.dll - 18.1.91.0 EO.WebBrowser - 18.1.91.0 EO.WebEngine - 18.1.91.0 OS - Windows7
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
The most likely reason for such cases if you have some third party security software that falsely kills our process. If that's the case, you will have to find out what it is and either disable it, or create an exception for your application.
Also please check where you put EO.Base.Runtime.EnableEOWP = true. For Windows Forms application, you should put it in your Program class's Main method before you create your main form.
If you still have problems, we will need to have remote access to the computer that has problem in order to investigate further. In that case please PM us your order number and we will check if this option is eligible to you.
Thanks
|
|