We need to replace the acucobol browser control with one that does not depend on IE 11. We have tried working with several .net controls including cefsharp and dotnetbrower. We have tried writing our own .net wrappers around both and directly using both in our cobol code.
Our latest try is to embed the cefsharp control into our cobol code using netdefgen. It works fine until we put the dll generated by netdefgen for the event handler into our bin folder. Once we do that we get "Could not load file or assembly 'CefSharp, Version 0.0.0.0, Culter=neutral, PublicKeyToken=null' or one if its dependencies. The located assembly's manifest definition does not match the assembly reference"
CefSharp is not the dll we generated the def files and event dll from. But it is used by the dll we did this for. It does work fine when used by the dll we generated it for, We can see this by running without the event dll in the bin folder (we do not get our events but we can display and interact with the browser).
Has anyone had this problem and if so, how did you resolve it?
Thanks!