|
Rank: Advanced Member Groups: Member
Joined: 2/26/2015 Posts: 53
|
I have a WPF app where I am handling the newWindow function, which just is e.Accepted = true; The problem is, once i click a javascript popup, it crashes the entire EO.Webbrowser control. The popup window shows "System.NullReferenceException: Object reference not set to an instance of an object......"
any ideas?
thanks,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This is a known issue that has already been fixed. Please try to update to the latest build (.88) and that should resolve the issue for you.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 2/26/2015 Posts: 53
|
I updated to .88, the issue is definitely better, but doesn't look to be resolved. Before it was bombing on both if e.Accepted = true or false. Now, it only bombs on e.Accepted = true.
false works, which doesn't allow a window to open. (this use to cause Browser to crash)
thanks,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, We have tested the latest build on the true case and it works fine here. Can you create a small test project for us so that we can investigate further? See here for information on sending test project to us: http://www.essentialobjects.com/forum/test_project.aspxThanks!
|
|