I was wondering if anyone has tried using CSLA with System.Addin???? I was have an application that uses addins where the BO's are actually defined in the addins. I figured CSLA would work great since the BO's can be sent across the app domains but there are additional restrictions with system.addin. I just thought I would ask the community before I went on a wild goose chase.
I am tackling the same thign right now and trying to decide how to implement. Did you end up going with System.AddIn or did you take another approach?
No, I ended up using a different approach and just loading my addin dlls using reflection. The System.addin was geared toward using a lot of remoting features which ultimately would have limited my application. I opted to disregard the benefits of addins running in thier own appdomain for the benefits of having rich addins.
Copyright (c) Marimer LLC