|
Rank: Newbie Groups: Member
Joined: 8/30/2019 Posts: 6
|
When I run my code compiled on my machine, the WebBrowser works fine. When I run the same code from the CI/CD build, it doesn't render the page. There is no error message reported that I can find.
Files are all in the folder as expected: Eo.Base Eo.WebBrowser Eo.WebBrowser.WinForm Eo.WebEngine
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
I am not exactly sure what you use for CI/CD build. However when it does not render the page it usually due to the WebView fails to initialize. In that case you should have some kind of error message/exception. As a simple test, you can try to run our TabbedBrowser sample application in the same environment and see if it works for you, if that fails, you should get an error message. We can then go from there.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 8/30/2019 Posts: 6
|
We diagnosed this further - it appears to only happen in our container deployment using a product "Turbo Studio"
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
You will need to contact them on such issues. We do not officially support third party virtualization softwares. If they are interested in supporting our product, we will be open to work with them directly to see if it can be supported.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 8/30/2019 Posts: 6
|
We are making progress using EnableEOWP
|
|