I am now getting getting this error with on page that i embed a tweet - JsonData instance doesn't hold a string Using Linq to twitter
var embeddedStatus =
(from tweet in ctxTwitterContext.Status
where tweet.Type == StatusType.Oembed &&
tweet.ID == TweetID
select tweet.EmbeddedStatus)
.SingleOrDefault();
string html = embeddedStatus.Html;
I have googled but not found his error with linq to twitter