1

我正在测试 Edge.JS,因为我需要从 Node.js 运行 Python 函数。问题是 Edge 似乎想要另一个版本的 IronPython:

Could not load file or assembly 'IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1' or one of its dependencies. The system cannot find the file specified.

我已经2.7.6.3安装了,我应该降级吗?或者有没有办法在边缘设置版本?

4

1 回答 1

0

问题来自 Edge,其中版本号是硬编码的。

于 2017-03-30T13:15:12.140 回答