Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing type Microsoft.CSharp.RuntimeBinder.Binder

Tags:

c#

asp.net

My project won't build because of the following error:

Predefined type 'Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported.

What reference do I need to add?

like image 256
Shaun Luttin Avatar asked Apr 09 '15 17:04

Shaun Luttin


1 Answers

Thank you to Alex. Add a reference to Microsoft.CSharp.

like image 133
Shaun Luttin Avatar answered Nov 08 '22 06:11

Shaun Luttin