I am updating my Silverlight app which was previously using CSLA 4.1. In configuring the web server, I had added an SlPortal.svc file as the service endpoint for making calls to the data portal. Works great with CSLA 4.1 but when I changed to CSLA 4.5, it gave me an error message saying it could not find WcfPortal. I downloaded and reviewed the CSLA 4.5 source code to find that the while the WcfPortal contract exists under "CSLA.Server.Hosts" directory (for .NET), that the Silverlight directory "CSLA.Server.Hosts.Silverlight" no longer exists. The only subdirectories in the source under CSLA.Server.Hosts now are "Mobile" and "WCFChannel".
What happened to the Silverlight folder (namespace)? How should I be configuing the web.config file for Silverlight now without it?
Thanks in advance for any assistance.
David.
Check this link
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
Thanks, Net-H24. I was wondering if Mobile was the new Silverlight !! I did not know how to verify that. Thanks for the info.
Because the "Silverlight" data portal is now available across several (all) platforms:
I chose to rename the namespace and types to reflect that they aren't really related to Silverlight anymore.
Copyright (c) Marimer LLC