msbuild for .NET 3.5 issue with csla and System.Linq

Posted by Sash on Stack Overflow See other posts from Stack Overflow or by Sash
Published on 2010-04-20T19:23:37Z Indexed on 2010/04/21 11:23 UTC
Read the original article Hit count: 284

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about LINQ