Tagged Questions
1
vote
2answers
193 views
Is System.AddIn mostly about making it easier to use Remoting or does it make it harder to do so?
It takes at least 7 assemblies and restricting my AddIn's data model to data types that remoting can deal with before the appdomain isolation features begin to work. It is so complex! The ...