I just posted a test release of CSLA .NET 3.6.3
Read the change logs for details, but the primary focus of this release (at least thus far) is on some bug fixing and fixing some areas where the Windows and Silverlight frameworks weren't quite the same.
There is one breaking change, which is on the Silverlight side and will only affect you if you are doing client-side data access with an object factory. The data portal will no longer automatically call MarkOld(), MarkNew(), etc on your root object in this case, which brings the behavior in line with the Windows framework and is more consistent overall.
If you are running 3.6.2, please give this new version a try and let me know if you encounter any issues, thank you!
That error occurs because the AJAX support isn’t being
downloaded to the browser by ASP.NET.
Check to make sure the web project is the startup project, that’s
the most common reason for failure.
Rocky
Copyright (c) Marimer LLC