T
Todd
I've got a VB6 COM DLL that I'm trying to call from
within .Net. Problem is that the public properties that
I'm trying to set the values of aren't typed in the DLL.
And .Net will not let me assign anything to them, not even
a string value. It gives me a type mismatch error. It
shows in the IDE that they are of type 'Object'.
I've tried creating a variable of type 'Object', assigning
the string value to it (which worked fine), and then
assigning my variable of type 'Object' to the COM DLL
property (of type 'Object')... same type mismatch error.
Any ideas?
Todd
within .Net. Problem is that the public properties that
I'm trying to set the values of aren't typed in the DLL.
And .Net will not let me assign anything to them, not even
a string value. It gives me a type mismatch error. It
shows in the IDE that they are of type 'Object'.
I've tried creating a variable of type 'Object', assigning
the string value to it (which worked fine), and then
assigning my variable of type 'Object' to the COM DLL
property (of type 'Object')... same type mismatch error.
Any ideas?
Todd