msbuild for .NET 3.5 issue with csla and System.Linq
- by Sash
This is a weird problem. I am trying to build a .NET 3.5 solution with msbuild. I generally write custom build scripts for this, and when I tried this time to build a simple .NET assembly which internally uses CSLA, it started giving me Linq errors.
However, if I build the proj file via msbuild (command line), it seems to build just fine. No issues at all.
Anyone else encounter this issue...and if yes, how do i fix this?
Thanks,
Sashidhar Kokku