+1 for the effort in the question.
I believe this may just be because your CameraContainer
isn't a MarshalByRefObject
. Because it's attaching to the event, the AppDomain
containing the CameraManager
effectively needs to call back into the primary AppDomain
when the event is raised.
HTH,
Kent
Kent Boogaart
2010-08-26 22:06:57