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 dependencies. An attempt was made to load a program with an incorrect format.
This behaviour doesn't ocurr if the library is compiled in 64bits.
I was using the sample 105_add7_dll.js and Sample105.cs
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 dependencies. An attempt was made to load a program with an incorrect format.
This behaviour doesn't ocurr if the library is compiled in 64bits.
I was using the sample 105_add7_dll.js and Sample105.cs