You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
I use VS2017 create a .netframework4.5 dll, the dll has use a devExpress control,when electron call this dll ,Error Occurred,, Illegal characters in path
the key codes are as follows let add = edge.func({ assemblyFile: path.join(__static, 'ClassLibrary1.dll'), typeName: 'ClassLibrary1.Class1', methodName: 'Add' }) ipcMain.on('calltest', (event, arg) => { add(arg, function (error, result) { if (error) throw error console.log(result) }) })
sorry , my english is not good.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use VS2017 create a .netframework4.5 dll, the dll has use a devExpress control,when electron call this dll ,Error Occurred,, Illegal characters in path
the key codes are as follows
let add = edge.func({ assemblyFile: path.join(__static, 'ClassLibrary1.dll'), typeName: 'ClassLibrary1.Class1', methodName: 'Add' }) ipcMain.on('calltest', (event, arg) => { add(arg, function (error, result) { if (error) throw error console.log(result) }) })
sorry , my english is not good.
The text was updated successfully, but these errors were encountered: