I am using Visual Studio 2005 and C# 2.0, and I am trying to split a comma-separated string using the string.Split function and a lambda expression as follows:<
string.Split
Lamba expression aren't included in c# 2.0
maybe you could refert to this post here on SO