Invalid callee error when calling COM function
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using a VC6.0 COM component from .NET using late binding (Createobject ) obj aa = createobject("dllname") ret = aa.(...) The object was created and the function is executed , but on function return asp throws error as Invalid callee. (Exception from HRESULT: 0x80020010 (DISP_E_BADCALLEE)) Please suggest me what is the cause of this error ..
vineesh