I have put the final 3.8.3 beta release online for download
There are just a couple bug fixes in this release - nothing significant unless you were suffering from those bugs.
Let me know if you encounter any issues, otherwise this will become the final release in a couple weeks.
Rocky,
Is this tested against SL4? or just 3?
Thanks
Jack
From my perspective 3.8 targets .NET 3.5 SP1 and SL3 - all with Visual Studio 2008 SP1.
Oh, and it is a beta - so YOU are doing the testing
I have been using Csla 3.8 with .NET 3.5 and SL3 on Visual Studio 2010 without any noticeable problems.
Okay, everything worked fine as long as I did not try to build cslalightcs 3.8.2 or 3.8.3 project using VS 2010. With 2010, I get an error:
Error 1 The type or namespace name 'CookieContainer' does not exist in the namespace 'System.Net' (are you missing an assembly reference?) E:\MyDocuments\Visual Studio 2010\Projects\Csla3.8.3\Source\cslalightcs\Csla\Service References\WcfPortal\Reference.cs 512 27 CslaLight
With VS2008 these projects builds fine. When I copied these fully built files into 2010 Projects, my own code builds and runs fine. That is probably because I don't eat cookies and don't need a container
Jav
Microsoft changed some WCF APIs, which blocks some existing service references from compiling. The simplest solution is to just comment out the method (in the generated code) that is choking the compiler. The data portal doesn't use that feature of WCF so it doesn't matter if it is entirely gone.
Copyright (c) Marimer LLC