COM interop

  • Thread starter Thread starter beginner
  • Start date Start date
B

beginner

Hi all,
I have a VB script client that interoperates with my C#
class library. The VB script client calls the methods
exposed by an interface in the C# library. Things are
working ok except in one particular situation. when the VB
script client calls the C# method with any incorrect
arguments, the C# program is supposed to write customized
error messages to a trace log. Instead, I am seeing the
following VB script error message in the trace log. "Class
does not support automation."
Has anyone experienced this kind of problem before? Can
anyone help me fix this? Thanks a lot to all of you.
 
Could you please post your C# method signature(s) and the VBscript call
statement and argument values, or if possible a complete working sample
thats illustrates the error.

Willy.
 
Back
Top