I am new to CSLA. I was trying out the Project Tracker demo and have gotten everything working with the exception of Enterprise Services. When I try to run it, I get a FileNotFoundException in CSLA.DataPortal, at the line shown below:
_portal = (DataPortalClient.IDataPortalProxy)
Activator.CreateInstance(assemblyName, typeName).Unwrap();It appears that I am not alone in having problems with Enterprise Services. I have followed the instructions from the book, but, it is obvious that I must be missing something.
Copyright (c) Marimer LLC