超帅的菜鸟博主 2017-02-09 05:44 采纳率: 44.8%
浏览 1163
已采纳

Asp.Net WebForm 中使用 dynamic类型报错,是为什么呐?

dynamic wherePart = new ExpandoObject();
wherePart.StartTime = DateTime.ParseExact(this.TxtStarTime.Text, "yyyy-MM-dd",null);
这样写,为什么报错了?

错误 Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create' 图片说明

  • 写回答

2条回答 默认 最新

  • 红狼512 2017-02-15 16:33
    关注

    图片说明

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?