Rank: Newbie Groups: Member
 
 
Joined: 3/22/2016 Posts: 4 
	 | 
		   
	     
		    I am hoping I can get some help with this, we have implemented EO.Browser within our software for one of our clients. On their server, everything works perfectly, but when running the browser from a client machine, this is the stack trace of the error:
  As you can see it talks about Win32 Error:5 Is this a Windows error or something related to your software?
  See the end of this message for details on invoking  just-in-time (JIT) debugging instead of this dialog box.
  ************** Exception Text ************** System.Exception: Win32 Error: 5    at EO.Internal.jf.a(String A_0, Boolean A_1)    at EO.Internal.jf.a(Int32 A_0, String A_1, Boolean A_2)    at EO.Internal.ari.a(IntPtr A_0, IntPtr A_1, Int32 A_2)    at EO.Internal.jf.b.a()    at EO.Internal.jf.b.a(String[] A_0, String A_1, String A_2, String A_3, String A_4)    at EO.Internal.jf.a(String[] A_0, String A_1, String A_2, String A_3, String A_4)    at EO.Internal.jf.i.c()    at EO.Internal.jf.i.e()    at EO.Internal.jf.j()    at EO.Internal.jf.a(String[] A_0, String A_1, String A_2, String A_3, String A_4)    at EO.Internal.aqh.a(String A_0, String A_1)    at EO.Internal.awg.e()    at EO.WebEngine.Engine.Start()    at EO.Internal.cm..ctor(WebView A_0)    at EO.WebBrowser.WebView.y()    at EO.WebBrowser.WebView.b(IntPtr A_0, Boolean A_1)    at EO.WebBrowser.WinForm.WebControl.a(Object A_0)
  Let me know if you need anymore information.
  Thanks!
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  Can you let us know your EO.Base.dll version?
  Thanks!
		 
	 | 
	
		Rank: Newbie Groups: Member
 
 
Joined: 3/22/2016 Posts: 4 
	 | 
		   
	     
		    The version of EO.Base is 16.0.49.0
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	    
		    Can you try this and see if it works: 1. Update to the latest build; 2. Enable large address space: https://www.essentialobjects.com/doc/common/large_address_space.aspxThanks!
		  
	 | 
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 6/3/2016 Posts: 32 
	 | 
		   
	     
		    How can I make sure the project 'takes' automatically the correct version of eowp.exe when I am using nuget? Normally, on references list I have only the dll ... 
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	    
	 | 
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 12/10/2014 Posts: 142 
	 | 
		   
	     
		    Hi guys,
  I faced a problem this morning so why not share it with you :)
 
  I updated my software on a customer's server (window 2008 R2 on RDP session / ESET File security installed and running)
  So I update EO dll files + EOWP, but everytime I create a webview => CRASH and eopw process don't start.
  Then I read this topic and since I implemented EO.Base.Runtime.InitWorkerProcessExecutable() and suddenly everything works fine ...
  
  I don't really know if the problem comes from ESET ( I tryed to stop it / add eowp to exclusion but no sucess); or just window preventing eowp from starting ....
 
  Thanks
  
		
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Thanks for sharing!
		 
	 |