CSLA.NET 2.0 and express editions

CSLA.NET 2.0 and express editions

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


briand posted on Saturday, May 26, 2007

Is it possible to use the CSLA.NET 2.0 framework and work through the C#
2005 Business Objects book with Visual Web Developer 2005 Express, Visual C# 2005
Express, and Sql Server 2005 Express? Thanks.

Brian Criswell replied on Sunday, May 27, 2007

Yes, I do that while doing hobby programming at home.  Open the CSLA solution in C# Express and build it.  Then make the .dll available to your Windows or web application.  The PTracker example is a bit more work.  Make a copy of the solution and open it in C# Express for Windows projects.  You will need to remove any web type projects from the solution.  Open another copy in Web Express and remove references to Windows projects.  The PTracker example uses SQL Express by default, so no problem there.

Copyright (c) Marimer LLC