简体   繁体   English

缺少类型Microsoft.CSharp.RuntimeBinder.Binder

[英]Missing type Microsoft.CSharp.RuntimeBinder.Binder

My project won't build because of the following error: 由于以下错误,我的项目无法构建:

Predefined type 'Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported. 未定义或导入预定义类型“Microsoft.CSharp.RuntimeBinder.Binder”。

What reference do I need to add? 我需要添加什么参考?

Thank you to Alex. 谢谢Alex。 Add a reference to Microsoft.CSharp . 添加对Microsoft.CSharp的引用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 立即窗口中的动态导致'Microsoft.CSharp.RuntimeBinder.Binder'未定义或导入错误 - Dynamic in the immediate window causes 'Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported error 缺少编译器所需的成员“microsoft.csharp.runtimebinder.binder.convert” - Missing compiler required member 'microsoft.csharp.runtimebinder.binder.convert' 在 C# 中嵌入 IronPython 的问题(缺少编译器所需的成员“Microsoft.CSharp.RuntimeBinder.Binder.InvokeMember” - Problems embedding IronPython in C# (Missing Compiler required member 'Microsoft.CSharp.RuntimeBinder.Binder.InvokeMember' 未定义或导入预定义类型microsoft.csharp.runtimebinder - Predefined type microsoft.csharp.runtimebinder is not defined or imported 发生了“Microsoft.CSharp.RuntimeBinder.RuntimeBinderException”类型的第一次机会异常 - A first chance exception of type 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' occurred 发生``Microsoft.CSharp.RuntimeBinder.RuntimeBinderException'' - 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' occurred Microsoft.CSharp.RuntimeBinder.RuntimeBinderException错误 - Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Error 如何修复“错误 CS0656:缺少编译器所需的成员‘Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create’” - How to fix "error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'" Mono 4(3.1.2工作正常),无法加载类型Microsoft.CSharp.RuntimeBinder.RuntimeBinderContext - Mono 4 (3.1.2 worked fine), Could not load type Microsoft.CSharp.RuntimeBinder.RuntimeBinderContext 访问动态属性会引发“Microsoft.CSharp.RuntimeBinder.RuntimeBinderException”类型的异常 - Accessing a dynamic's property threw an exception of type 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM