This document is the change log for version 3.8.1 of CSLA .NET for Windows.
For a more complete list of changes, go to http://www.lhotka.net/cslabugs, select “all issues” and filter the status to “closed” and/or “checked in”.
Click here for a list of known issues with this version.
Release 3.8.1-091110:
Csla.Web.Mvc (091110)
http://www.lhotka.net/cslabugs/edit_bug.aspx?id=640
Move the CslaModelBinder class to a separate Csla.Web.Mvc project, thus removing the requirement for the core Csla project to reference System.Web.Mvc.dll.
This is temporary for 3.8.x only. In .NET 4.0 the MVC assembly is part of .NET, and so CslaModelBinder will be merged back into the primary Csla project.
If you are building an ASP.NET MVC project, you’ll need to build \cslacs\Csla\Csla.Web.Mvc\Csla.Web.Mvc.csproj and reference the resulting assembly in your UI project.