| nguttam@gmail.com 2006-05-04, 7:55 am |
| Hi All,
I am a new bie to COM. I have created a COM project in VC++ 6.0. The
project is a COM service. It initially had one SimpleObject with only
one interface method. This interface method was called invoked from an
ASP page. Every thing was working fine.
Now I am facing two problems
Problem 1:
After much coding, I tried to introduce another SimpleObject
but I faced problems in building the project itself. So I thought of
adding one more method to the existing object. Now the project can be
built without any problems. But if I try to call the second method from
an ASP file it gives the DISP_E_BADCALLEE (0x80020010) error:
Error Type:
(0x80020010)
Invalid callee.
/servermgmtaccess.asp, line 10
Line 10 is where the interface function is called. The error is
Problem 2:
The above COM project was calling another COM service project
using an ASP file. Once the second interface method was introduced, the
second COM project encounters an Access Violation error. If the second
project if invoked by executing the ASP file in an Internet Explorer
window works perfectly.
Some body please help me...
Thanks in advance.
-Uttam.
|