I need to reference System.Linq - how do I do this without getting an "Index was outside the bounds of the array" error?
Answer:
1. copy System.Core to CodeBreeze.exe location
2. add Reference Assembly = "System.Core"
3. add Imports Namespace = "System.Linq"