I can\'t figure out why I\'m getting this error. I have used this function successfully with previous versions of Entity Framework but I\'ve set up a new project using EF6 a
You don't have to convert it to string, string concatenation will take care of that.
string
AnncTitle = n.AnncTitle + " ",
You don't have to call ToString as well.
ToString