Friday, September 26, 2008
« CSLA .NET 3.6 (Silverlight and Windows) ... | Main | Overview of CSLA .NET 3.6 for Windows an... »

Version 3.6 Beta 1 of CSLA .NET for Windows and CSLA .NET for Silverlight is now available.

The new Silverlight version requires Silverlight 2.0 RC0.

Our focus in the last couple pre-releases has been stability, and this is true for Beta 1 as well. There are no new features in this release, just some fixes for reported issues, and of course making sure the code works with Silverlight RC0.

Please report any issues you find on the forums at http://forums.lhotka.net, thank you!

Sunday, September 28, 2008 3:49:19 AM (Central Standard Time, UTC-06:00)
Was the problem with the many simultanious connections fixed?
Dennis
Sunday, September 28, 2008 8:22:03 AM (Central Standard Time, UTC-06:00)
Dennis, the problem may have been fixed. We are working directly with Microsoft on the issue, and we _think_ it might now only occur when using Cassini instead of IIS.

We weren't confident enough to switch the code in CSLA, so it still uses SynchronizedWcfProxy by default. However, you can always use config to switch it to use WcfProxy and see whether you get 404 errors. If our current suspicion is correct, you'll be fine as long as you are talking to an non-Cassini server.
Comments are closed.