edge icon indicating copy to clipboard operation
edge copied to clipboard

Run .NET and Node.js code in-process on Windows, MacOS, and Linux

Results 174 edge issues
Sort by recently updated
recently updated
newest added

When I tried to use a dll compiled in 32bits Edge throw the following error: return edge.initializeClrFunc(options); ^ Error: Could not load file or assembly 'file:///C:\Users\...\UsingEdge.dll' or one of its...

Hello, the upgrade for nodejs v16 to v18(multiple versions tested) with(edge-js 18.4.0) causes runtime problems: server\node_modules\edge-js\samples>node 101_hello_lambda.js node:internal/modules/cjs/loader:1189 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: Module did not self-register: '\\?\c:\PublicNodeJs\EposWebApp\server\node_modules\edge-js\lib\native\win32\x64\18.4.0\edge_nativeclr.node'. ←[90m at...

Just tried to install edge ``` npm install edge npm install edge-py ``` and then run the python example: ``` var edge = require('edge'); var hello = edge.func('py', function ()...

I'm running the demo ws script from the readme page: public static async void Start() { var createWebSocketServer = Edge.Func(@" var WebSocketServer = require('ws').Server; return function (port, cb) { var...

Hi All, I have to call a function inside a DLL file and retrieve some data, I am having trouble while passing parameters. ``` public object Initialize( int type, string...

Is there any way we can connect to Dentrix using Node.js or Javascript. I found a huge documentation about Dentrix after login, but I am not getting the way to...

I'm unable to install Edge-js on my Azure VM Ubuntu 20.4 due to - "**MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not...

I am getting build error : "**Specify a project or solution file. The current working directory does not contain a project or solution file in .dll node js**" while deploying...