|
Rank: Newbie Groups: Member
Joined: 7/3/2017 Posts: 8
|
Hello,
We are currently experiencing an issue with our WPF .NET Application that utilises EO.WebBrowser where by the application appears to have completed all tasks successfully (and we log an exit code 0), however the application is actually/finally exiting with code: “-1073740940”.
Is this is issue you've seen before or that has been rectified with an update after version 19.0.69.0 (as that is the version we are using).
Thanks in advance!
Jeremy
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
Please check if you have properly destroyed all WebViews in the same thread they were created. This looks like a corruption somewhere and the most common reason for corruption is the objects are not destroyed in the same thread in which they were created.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/3/2017 Posts: 8
|
Thank you for your response.
Do you possibly have example code of how this can be achieved and verified?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi, There is no built-in support on our side for you to verify it. You just have to check it in your code. For example, if you create a WebView, you need to make sure you destroy it in the same thread in which it is created. This is considered general programming techniques so we do not support such issues directly. However if you have already checked everything and still can not find the root cause, you can try to isolate the problem into a test project and send the test project to us. We can check that for you. See here for more information on sending test project to us: https://www.essentialobjects.com/forum/test_project.aspxThanks!
|
|