-
Hi, I'm new to the CSLA framework and I'm trying to write an N-Tier application so I can demo the framework to my company. I'm really struggling to get the data access working. I keep getting the "The underlying connection was closed: The connection was closed unexpectedly." error...
-
I have downloaded the CSLA source (latest version) and I can debug through the SimpleApp sample on the Silverlight side, but I can't get the debugger to break in the WcfPortal code or the CustomerEdit DataPortal_Insert() method. I know that code is being executed because if I add an exception throw...