Where is Microsoft.Scripting.Core.dll?

前端 未结 2 669
再見小時候
再見小時候 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条回答
  •  -上瘾入骨i
    2020-12-19 16:37

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

提交回复
热议问题