FileNotFoundException in InitializeChromium when run from command line #4892
Closed
christianwade
started this conversation in
General
Replies: 1 comment 1 reply
-
What version are you upgrading Are you targeting
From a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run my executable from the current folder, it works, but if I refer to it from a different folder, it doesn't (see animated GIF) - I think due to CefSharp references. It didn't do this when using an old version of CefSharp. Only since a developer upgraded to the new version for me.
The exe is invoked by another process for which I can't control the current directory.
I got around this by setting the current directory when the process is initially invoked (see below). Does this sound like a reasonable way to deal with this, or is there a better way to deal with this?
Beta Was this translation helpful? Give feedback.
All reactions