The type of exception you see is described in MSDN as:
Represents an error that occurs during dynamic binding in the C # runtime environment. The binder is being processed.
, dynamic. , Length > 160 , - string, - int.
dynamic typing; :
dynamic d = 1;
int e = 1;
var length1 = d.Length;
var length2 = e.Length;
e d , . length1 , , d Length , length2 , int Length.
, <, , ViewBag.description .Length .