-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Hi all, I am working on a project using CSLA generated by codesmith and due to project considerations we will be re-generating quite often throughout the lifetime of the project. Due to these considerations, I am running into a...
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 I have a Silverlight 5 project with a WCF remote data portal (CSLA 4.3 code generated by CodeSmith) and have a property in my business object that looks like this: private static readonly PropertyInfo<System.String> _myStringProperty...
-
I have a .Net 4 solution using Silverlight 5 and CSLA 4.3. The included projects: - MyProject (silverlight project that contains silverlight screens) - MyProject.Web (WCF project) - Library (contains csla business objects. Referenced only by MyProject.Web) - Library.Sl (contains links to existing business...