edge icon indicating copy to clipboard operation
edge copied to clipboard

Edge using a dll failed if the dll is compiled as 32bits

Open cb7754 opened this issue 2 years ago • 0 comments

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

cb7754 avatar Nov 26 '22 22:11 cb7754