Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

call dotnetframework dll Error Occurred Illegal characters in path #57

Open
junshangshui opened this issue May 28, 2020 · 0 comments
Open

Comments

@junshangshui
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant