edge icon indicating copy to clipboard operation
edge copied to clipboard

NetFx40_LegacySecurityPolicy in node.exe.config crashes node

Open alejandrocibilich opened this issue 8 years ago • 1 comments

I'm trying to integrate a .NET assembly written for .NET v3.5 to node. To be able to run this assembly on .NET v4.5, app.config (node.exe.config) should contain theese lines:

<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <NetFx40_LegacySecurityPolicy enabled="true"/> </runtime> </configuration>

This is crashing node when calling require('edge').

Win7 x64 Node v6.9.1 x64 Edge.js v6.5.1

alejandrocibilich avatar Nov 20 '16 00:11 alejandrocibilich

Hi,

I'm trying to do same thing, and it's also crash. I'm using "NetFx40_LegacySecurityPolicy enabled" to use PosExplorer in C# code Is there a workaround to use PosEplorer in C# code ? @tjanczuk

Thanks

kluce41 avatar Apr 29 '19 07:04 kluce41