electron-edge icon indicating copy to clipboard operation
electron-edge copied to clipboard

electron.exe.config not working as expected

Open shahalh opened this issue 8 years ago • 1 comments

On a windows machine I have an app.config in C# which belongs to runner.exe (example program) that loads my assembly.dll. After compilation I get runner.exe.config (derived from the app.config). I would like electron to call my assembly.dll but i'm not able to add the app.config (calling and running methods in the assembly which don't need a configuration work as expected). I tried electron.exe.config, I tried node.dll.config (which I assumed was called from the electron.exe). Another thing is that there are 2 electron.exe processes running, one spawned by the other and i'm not sure if they read the config. Any help is appreciated.

shahalh avatar Mar 02 '16 09:03 shahalh

Check the docs and see if node.exe.config works for you.

stackh34p avatar Aug 04 '16 12:08 stackh34p