views:

22

answers:

1
+1  A: 

+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
This seems to have solved it! Glad it was something simple. Thanks!
Andrew Koester