Hi All I am new to using CefSharp in my application. I need some help resolving an issue I am facing. I have a 32 bit winforms application and installed version 81 of cefsharp dll's. My server is a 64 bit machine. I redirect from my form to a website (ADP). Sometimes it works and sometimes it crashes with an error like below. I am not able to find what is going on and any help is really . The dll's and my application are in a folder on a server (server1). User login into a terminal server(server2) and access the application from a shortcut on the desktop. Below is the error.
Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program CefSharp.BrowserSubprocess because of this error.
Program: CefSharp.BrowserSubprocess
Faulting application name: CefSharp.BrowserSubprocess.exe, version: 81.3.100.0, time stamp: 0x5ec8803e Faulting module name: libcef.dll, version: 0.0.0.0, time stamp: 0x5eac9798 Exception code: 0xc0000006 Fault offset: 0x005ae118 Faulting process id: 0x4a34 Faulting application start time: 0x01d674c9b69143f4 Faulting application path: \serverpath\CefSharp.BrowserSubprocess.exe
User contributions licensed under CC BY-SA 3.0