Guest_imported
New member
- Jan 1, 1970
- 0
Please, I need some help on working with COM when
downloading run-time/pre compiled classes from a web
service.
I am currently serializing the object instance into a
binary string, (a method I hoped to use with our current
XML output from our web service), and so have tried to
ensure serialization throughout the classes.
However, I am running into some difficulty when
distributing these classes when they use COM objects - I
know I could use Assembly.CreateInstance, but how do I
retrieve events from the resulting instance? And how
would I pass methods that use REF parameters?
Thanks in advance for you help,
Ben
(bhood@novar.com)
downloading run-time/pre compiled classes from a web
service.
I am currently serializing the object instance into a
binary string, (a method I hoped to use with our current
XML output from our web service), and so have tried to
ensure serialization throughout the classes.
However, I am running into some difficulty when
distributing these classes when they use COM objects - I
know I could use Assembly.CreateInstance, but how do I
retrieve events from the resulting instance? And how
would I pass methods that use REF parameters?
Thanks in advance for you help,
Ben
(bhood@novar.com)