CSLA 3.0 beta 2 minor project tracker error

CSLA 3.0 beta 2 minor project tracker error

Old forum URL: forums.lhotka.net/forums/t/3129.aspx


JonM posted on Tuesday, July 03, 2007

The project tracker project has a using statement to the LINQ library.  After removing the statement it compiles fine.  This makes me think that project does not use LINQ and it was accidentally referenced by the using statement.  (Note: I don't have the beta 3.5 framework or any of the LINQ/ADO.net CTP previews installed)

RockfordLhotka replied on Monday, July 09, 2007

Thanks for pointing that out. It appears the VS 2008 code templates (for C#) are very LINQ-happy.

In VB the project templates add it too, but in a central location that's easier to manage.

Copyright (c) Marimer LLC