Final CSLA .NET 3.8.3 beta online

Final CSLA .NET 3.8.3 beta online

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


RockfordLhotka posted on Friday, April 16, 2010

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.

Jack replied on Monday, April 19, 2010

Rocky,

Is this tested against SL4?  or just 3?

Thanks

Jack

RockfordLhotka replied on Monday, April 19, 2010

From my perspective 3.8 targets .NET 3.5 SP1 and SL3 - all with Visual Studio 2008 SP1.

RockfordLhotka replied on Monday, April 19, 2010

Oh, and it is a beta - so YOU are doing the testing Wink

Jav replied on Tuesday, April 20, 2010

I have been using Csla 3.8 with .NET 3.5 and SL3 on Visual Studio 2010 without any noticeable problems.

Jav replied on Tuesday, April 20, 2010

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 Big Smile

Jav

RockfordLhotka replied on Tuesday, April 20, 2010

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