Hi All,
I am getting "Value cannot be null. Parameter name:body" error while updating ntext column in the database. The column attributes are[Column(Storage=
"_ShortDescription", UpdateCheck=System.Data.DLinq.UpdateCheck.Never, DBType="NText" )]So, I changed the UpdateCheck to "UpdateCheck=System.Data.DLinq.UpdateCheck.WhenChanged" and got "SQL Server does not handle comparison of NText, Text, Xml, or Image data types". Got the same error when the setting changed to "UpdateCheck=System.Data.DLinq.UpdateCheck.Always"
Any suggestions please
Thanks
Vijay