I have an AppDomain, I CreateInstanceA ndUnwrap on this AppDomain on an object that inherits from MarshalByRefObj ect. The object that returns is a __TransparentPr oxy, it is then cast to the interface the underlying object implements. This object has an ArrayList property. I'm able to read this ArrayList just fine, list[5] returns a value. But all attempts to Add() items results in nothing happening. No exception and the item is not added.
Does anyone know why this happens?
Does anyone know why this happens?
Comment