Where is Microsoft.Scripting.Core.dll?

前端 未结 2 668
再見小時候
再見小時候 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:37

    Those assemblies implemented the DLR. That's been moved in .NET 4.0, System.Core.dll assembly.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题