Does anyone know the answer? I am using L2S with ntext field in my db
In your model you need to specify the annotation DataType.MultilineText :
[DataType(DataType.MultilineText)] public string MyProperty;