-
Hello, I am curious if there is any documentation on using CSLA with mono-project? I know that 4.2+ officially support mono. Does any documentation exists? I am particularly curious if an assembly running under mono (like on OSX) can use a data-portal running on a windows server? Thanks for your help...
-
This is an area where we are admittedly weak - in terms of experience, testing, etc. To my knowledge, none of the dev team are big Linux users. In short, any help you (or anyone else) can provide around figuring out the quirks with using mono and/or CSLA in Linux is very much appreciated!
-
Thanks for your quick reply. I'm using already the latest versions of both products. I'm compiling with VS2010 too, but my issues are not while compiling. I can compile perfectly, even in MonoDevelop. The issues are once I deploy the asp.net application to the linux server and I try to run it...
-
Jonny can provide more detailed instructions. First though, make sure you are using the latest Xamarin mono release, and that you are using the latest 4.2 code from the svn repository. The latest public pre-release of 4.2 pre-dates the whole Attachmate/Novell/Xamarin thing. We have been working on this...
-
This is my first post in this forum, so let me start by saying that I consider CSLA a great product, and one of the most important contributions to the .NET developers community. I have always seen in CSLA the framework that Microsoft have never provided in order to build Business applications. I was...
-
I'm having trouble building CSLA 4.2 on mono. I've just downloaded the source code and opened up csla.mono.sln in MonoDevelop. When I try to build it, it gives me the following error: Building: csla.mono (Debug) Building Solution csla.mono Building: Csla (Debug) Performing main compilation.....
-
There's no way to provide a solid answer to this question until the events surrounding Attachmate and the new Xamarin company finish unfolding. I do plan to release CSLA 4.2 in the near future, including the now unsupported MonoTouch and Mono for Android code we created. The actual Mono support remains...
-
I have a simple editable child list bound to a DataGridView control. After making changes to the grid, I use ApplyEdit() and Save methods to save the root business object (thereby saving my child list). This works in Windows .NET perfectly fine. On Mono, however, saving the root object provides the following...
-
There is now an alpha release of CSLA 4 version 4.2 available for download: Download CSLA 4 version 4.2.0 The big initiative for version 4.2 is to add support for the following platforms: Mono MonoDroid MonoTouch This alpha release does not include binaries for these platforms, but does include code...
-
Hey guys, So I've been working on a project using the latest CSLA from the SVN. I have it compiled and it seems to be working on Mono quite well except with one issue - databinding. Binding CSLA objects to comboboxes and datagridviews works just as it should in Windows Forms (using BusinessBindingListBase...