1

I want to add a reference to IronPython.dll to my project.

I found this dll in C:\Program Files (x86)\IronPython 2.7\ and different dll's for different Net versions in C:\Program Files (x86)\IronPython 2.7\Platforms\ . What is the difference between these dll's and which one shall I use?

The same story with Microsoft.Scripting.dll & Co.

4

1 回答 1

3

根 ( C:\Program Files (x86)\IronPython 2.7\) 中的程序集供ipy.exe使用。嵌入 IronPython 的应用程序应使用相应平台目录中的应用程序(或 NuGet,它将自动选择正确的目录)。

目前,根目录中的程序集与 中的程序集相同Platforms\net40,但这不能以任何方式保证,并且几乎肯定会在未来发生变化。

于 2013-09-16T17:58:45.470 回答