Monday, April 12, 2010

ToList() function not appearing in intellisense

This is more of a reminder to myself than a well written blog. On a few occassions it took me quite a while to figure out why ToList() function was not available to the argument returned back after a WCF service had completed. On one occassion it was literally mind boggling. The reason turned out to be was quite simple : I had missed including a using statement for assembly System.Linq. Now that it has occurred again i am blogging to primarily benefit myself and if somebody else benefits then I'd be more than happy.

Cheers

No comments: