Where is Microsoft.Scripting.Core.dll?

前端 未结 2 670
再見小時候
再見小時候 2020-12-19 16:20

I installed IronPython 2.6.1 on Windows Vista x64 on a machine with Visual Studio 2010 installed. I expected to find these DLLs:

Microsoft.Scripting.Core.dll         


        
2条回答
  •  春和景丽
    2020-12-19 16:48

    I have 2.6.1 for .NET 4.0 installed and those assemblies are not available since, if I'm not mistaken, they were integrated into .NET 4.0 System.Core.

    Those assemblies are still available in the .NET 2.0 version of IronPython 2.6.1.

提交回复
热议问题